-
dataiku version control vs remore version control
Hi Team, Please suggest which is recommended to maintain version control of project in dataiku, inbuilt version control vs remote version control(bitbucket, Git repo). and why? and also please share if comparable document you have already. thanks in advance.
-
Split recipe : Keeping null values
Hi All, Consider this as my input : AccountValueA B1,2C3,4 & i want the output as: AccountValueA B1B2C3C4 But what i'm getting is this : AccountValueB1B2C3C4 The null value cell is getting removed. Anybody can provide with solution? Thanks in advance Operating system used: windows
-
Enable only certain features for MES drift model and drift metrics
Using an evaluate recipe, I'd like to be able to turn off certain features during the calculation of the drift model and the univariate drift metrics. Im seeing a section in "advanced" which allows for some custom variables. Maybe there is a setting for this were I can apply a list of enabled features?? Operating system…
-
Calculating business metrics such as MRR and ARPU
Hi everyone, We have a platform based on subscription which doesn't follow the most basic implementations. In specific, it has: * Free and Paid users * Multiple levels of subscription * Multiple lengths of subscription (1, 6, 12 months) I want to calculate a few basic business metrics such as MRR, ARPU, churn rate, CLV…
-
How does Dataiku DSS perform on Intel Evo i7 laptops in terms of speed and responsiveness?
Hello Dataiku community, I've recently acquired an Intel Evo i7 laptop, and I'm eager to dive into data science and analytics using Dataiku DSS. However, before I start, I'm curious about the performance on this hardware. Can anyone who has experience with Dataiku DSS on Intel Evo i7 laptops share their thoughts on how it…
-
data type and value changed
I have a string column in a table that contains values like "00123456" when I import the table into jupyter with the cmd. get_dataframe the column type becomes integer and I get the value 123456 without 00. how can i fix this problem and get the same value and data type
-
Getting an issue while reading excel file using "dkuManagedFolderDownloadPath" function of dataiku
Hi Team I am trying to read an excel file from the managed folder in the dataiku which is of "Server's Filesystem" type and reading files from "filesystem_root". Now, I am trying to read an excel file which is present in this managed folder using the below R code and getting an attached error. folder_name <- "DXbBXaww"…
-
Data Quality Audit and QAQC
I am new to dataiku and would like to setup a project to QAQC my company database. These are the project requirements: There will be hundred of validation rules (using the validation types: Data Type Check, Code Check, Range Check, Format Check, Consistency Check, Uniqueness Check) for different column, I would like to…
-
I can't use Dataiku Community from iPhone Safari or Chrome
If I'm not logged in and visit https://community.dataiku.com/t5/General-Discussion/Smoothing-in-charts-useless/m-p/37057#M2613 it will load the page ok But if I log in to community.dataiku.com using (sign in with google) , when if I visit that same post I will be shown the following error An Unexpected Error has occurred…
-
Manual Mappings on Multi-class classification
I'm looking for some help/advice on how to use the manual mappings on the multi-class classifier. Here's the setup: I have a dataset where the target variable is given in percentages... so immediately you would guess this is a regression problem. However, the actual values are decimated in increments of 10%... so if I use…