-
Append data from a non-SQL step to a SQL table without dropping the SQL table
Hello, I'm trying to append data to my SQL table, but using the DSS recipe (Sync, Prepare), the SQL table is dropped and overwritten. Is there a way to only append? Thanks
-
Encountering a problem, trying to create a new branch
In Version Control, I tried to create a branch while duplicating the project. However i encounter the following problem: There seems to be a reference to an old code env, that doesn't exist anymore. However, I cannot find where the reference is. I already tried to manually set all notebook envs, as well as python-recipe…
-
Missing columns in Schema when using API Connect
Hi all, I'm using the API connect plugin to connect to an external dataset. The plugin works like a charm, but some columns do not end up in the schema for some reason. Exploring the dataset gives me 109 columns, while the schema shows me 101 columns. The columns are also missing a format (like "string") and are…
-
Setting custom feature importance
Hi, While building MLmodels, is it possible to alter feature importance? I know the feature importance will be calculated internally and the charts can be viewed but for experimentation purpose I want to add in custom importance and see how the model output varies
-
Do Dataiku flow have only one branch per project ?
Collaborating as a team while coding recipes is complex since there is only one branch per project in Dataiku flow. Operating system used: windows Operating system used: windows
-
Partial data set clear in scenario steps
i have to delete data in a data set based on some conditions. I want to achieve this via a auto trigger scenario maybe once in a day. Do you think this will be able to achieve in dataiku? Pls let me know
-
PCA , 3 Components
Hello everyone, I'm currently working with Dataiku version 12.6, and I'm looking to perform Principal Component Analysis (PCA) using the visual recipe available in the platform. My goal is to reduce my data to three principal components, but so far, I've only found the option to create a PCA with two components. Could…
-
Prepare Recipe asDate(now()) converts me to UTC but i need other timezone
Hello guys, I hope you're doing well. I need help with a situation. I created a timestamp with: asDate(now()) then I format the date to yyyy-MM-dd HH:mm:ss.SSSZ, and default timezone, that one I need. Then I parse the date to change from string to date with the same format and timezone. This still gives me UTC, when the…
-
PCA visual recipe, 3 component
I'm currently working with Dataiku version 12.6, and I'm looking to perform Principal Component Analysis (PCA) using the visual recipe available in the platform. My goal is to reduce my data to three principal components, but so far, I've only found the option to create a PCA with two components. Could someone guide me on…
-
Retaining Dataiku format in Excel extracts
Hi all - Is there a way to retain the exact formatting of fields in Dataiku when you export the data to excel? For example, I have a field called "Cost" and am using the format function to give it two decimal places, like 25.00. However, when I run the Prepare recipe and export it to Excel, the value is only showing up as…