Using Dataiku
- Hi, I need to designate a new flow zone as the default and delete the existing default flow zone. I don't see any way to do this?Solution by Turribeach
Well one work around this limitation is to swap all the items between the default zone and the new zone you want to be set as default. If you press shift you can multi-select flow items and move them all at once. A temp zone is advisable to use a pivot to avoid mixing your zone items.
Solution by TurribeachWell one work around this limitation is to swap all the items between the default zone and the new zone you want to be set as default. If you press shift you can multi-select flow items and move them all at once. A temp zone is advisable to use a pivot to avoid mixing your zone items.
- I am having difficulty in configuring the Standalone Evaluate Recipe It is not able to provide performance drift however i configure. The below is what i see It was also not clear on what a reference …
- I have seen we can define at deployer node level for each infrastructure to automatically configure audit logging send events to a DSS Event Server. But In case of API Nodes I don't really get it, how…Last answer byLast answer by Turribeach
It's all laid out in the documentation:
https://doc.dataiku.com/dss/latest/operations/audit-trail/apinode.html
You can also add more logging information by turning API node query logging:
https://doc.dataiku.com/dss/latest/apinode/operations/logging-audit.html
- I want to turn ' AAAA 123 BBB CCCCC ' into 'AAAA 123 BBB CCCCC' I tried find and replace with this: (\s\s+) but it turns it to 'AAAA123BBBCCCCC'Solution bySolution by Turribeach
In a Prepare recipe the output column name can be the same as the column you are modifying (see sample below). Once you have step done on one column you can click on the three dots and select Duplicate step. Once you have 4/5 steps you can select them and click on the Actions menu to Copy/Paste them all at once. Then modify the steps directly on the Script section. Finally you can select them all and group them in theAcitons menu to make your Prepare recipe more manageable.
- Hi, when I wanted to train my model for K-Means, I've received the error below. It menions that OpenMP run time is not installed (libomp.dylib for Mac OSX). I am a beginner here so would appreciate so…Last answer byLast answer by Turribeach
- Last answer by
- Please help I am at my wits end tried multiple strategies through terminal. Installed XGBoost, Homebrew and Conda libraries. Updated Java. The AutoMl training cannot compile output for Random Forest a…Last answer byLast answer by Turribeach
It's worth mentioning that the Dataiku MacOS version is:
- Not meant for production usage
- Only provided for testing and experiments
- Dataiku will not provide support on this platform
So some features may not work. For a fully supported experience I recommend you look at the Dataiku requirements.
- Hi, is it possible to do a metadata comparison? What I mean by that is the following: I want to compare newly imported data with the most recently imported data and find out where there have been chan…Solution bySolution by Turribeach
Since Dataiku supports code recipes evereything is possible. But there isn't a built-in feature for this. Furthermore your requirement seems vague in that first you say you want to metadata (ie dataset schema) and then you say you want to compare the data. Either way this is a something you will have to code yourself.
- One of the great features of DSS is that you can trim the leading and trailing spaces from all of the data in all of your columns with one visual recipe Step. Very Cool. I was then trying to figure ou…Solution by
- We recently start to integrate Code Studio into our dataiku instance, and we realize that the Code Studio seem not to enable language server for python code and color the code and raise warning for bu…Last answer byLast answer by JordanB
I would recommend removing pylance and only use the pre-installed extensions. As is explained here, the marketplace is simply different:
Because of this, we can't offer any extensions on Microsoft's marketplace. Instead, we use the Open-VSX extension gallery, which is also used by various other forks. It isn't perfect, but its getting better by the day with more and more extensions.