I was able to convert feature from numerical to categorical and choose impact testing from drop list in supervised modeling. Am I able to do the same in clustering? More precisely, I am using k-means …
Hi, I have a data set with three binary target variables. For each prediction, I use a dedicated classifier. However, in order to not overwrite the prediction columns after applying each model, it see…
According to the documentation https://doc.dataiku.com/dss/latest/machine-learning/models-export.html#export-a-java-class-jar-for-a-model it is possible to import a model as an executable jar file: * …
Dear all, I'm facing an issue when trying to implement my own keras layer. After training the model, it crashes when trying to load the model. The load_model() command leads to the following error mes…
Hi, Is it possible to use a custom keras model (hdf5-format), trained outside dataiku, in a flow. A bit like: -http://gallery.dataiku.com/projects/DKU_ADVANCEDML/flow/ - https://answers.dataiku.com/61…
Hi I used the Generate Features to estimate a model using Dataiku. Now I would like to exporte a file with all data used in the estimation, including the features wich are generated by dataiku? Is thi…
Hello, i am using the dataiku forecast plugin and came across some issues related to the dateformat and its recognition by the forecast plugin. When i tried to create the environment i got the error: …
Hello, I am trying to do a forecast using the recipe. The input I've got is sampled at hour granularity. The problem is that I do not have values for every hour. If there is no value, it should just k…
I follow the example https://www.dataiku.com/learn/guide/visual/machine-learning/deep-learning-images.html to create a deep model for mnist dataset. On the design page of features handling, I cannot s…
I trained an sklearn model outside of Dataiku and now want to use the model to make predictions in Dataiku. How would I upload my model.joblib or model.pkl file to Dataiku? I don't know if I should tr…