-
Joining Dataset
Good Day How could i joined two datasets based on a primary key and with the most close date of the row related Example in one dataset i have info related to maintenance of a equipment for example filter replacing. And on the second one i have the readings of hours, strokes, etc but this data is not updated daily is…
-
Add blank rows in time series forecasting
I want to add more rows in the time column with the future date for the time forecasting.
-
Clustering in dataiku
Is there a way to get more than 3 observations under each cluster created via clustering in dataiku. I have tried kmeans and interactive clustering but all of them shows only 3 observations under each cluster.
-
Guidance on Handling _pre_migration_backup_ File
Hello Dataiku Community, While performing routine file cleanup on our system, I stumbled upon a backup file named _pre_migration_backup_20220424-210522. This file occupies a significant amount of storage space, and I am contemplating whether it would be safe to delete it. Before proceeding, I wanted to gather insights from…
-
Restore from Fleet Manager's backup
We would like to know what kind of information can you reconstruct from Fleet Manager's snapshot. From what I understand Fleet Manager contains DSS instances parameters so things like IP addresses, instance template, metadata can be restored. Will be able from the Fleet Manager's snapshot to recreate all DSS instances with…
-
条件に応じた分岐処理の方法について
データセットの内容に応じて、実行するレシピを変更するにはどうしたらよいのでしょうか。(IF文での条件分岐) 例えば、データセットAのCOL1カラムの1行目の値が、「True」であればPrepareレシピを実行し、「False」であればGroupレシピを実行する、ような処理が行えればと考えています。 よろしくお願いいたします。
-
2つのデータセットが一致するかの確認方法
外部から取り込んだデータセット(Excel形式やCSV形式)とDataikuのワークフローで作成したデータセットが一致するかを検証したい場合には、どうすればよいのでしょうか? Join with...レシピからInner Joinで全ての変数をkeyとして結合する方法も検討しましたが、一部のカラムに欠損があると、欠損があるレコードは上手く結合されません。 よろしくお願いいたします。
-
Dataiku Data modeling/Price
Hi teams, Please what is the price for Dataiku that can do medical data modeling. I need it for a medical data to tell me if medical results are normal or not
-
Data auto refresh
Hey, I have a flow with multiple tables imported from snowflake - source tables. My flow contains a lot of recipes (stored into filesystem_managed) that originate from these source tables and some of the subsequent datasets formed have metrics and checks in place (auto-compute on dataset build), that are used on a…
-
Upload file from local to the server
Hi , I have dataiku install in the server, and I would like to upload some setup file (Jar files or jaon file) from my local machine to the dss server using dataiku. i know I could use scp from my local, however, I would like to create dataiku macros to automate this activity.