Hello everyone, I am currently working on a project in Dataiku and trying to log a custom model metric into the evaluation store. The model is not a visual ml model its a custom model that is logged i…
######## python and prophet version details prophet version=1.1.4 python_version=3.9.12 I am using the same version in my local machine its working file. but i am facing error on DATAIKU ########### C…
Hi Community, I'm following the ML Practicioner learning path and it is mentioned to access the "Variable importance" menu under "Explainability" but I only have "Feature importance". How do I get the…
Hello everyone, I am currently working on a project in Dataiku in which i have run several experiments and logged various metrics in experiment tracking. Now I want to retrieve these metric values pro…
Hello everyone, I have a custom model logged into Dataiku as a saved model using the mlflow integration in Dataiku, trying to run the data drift analysis from the saved model page i encountered an err…
Hi, I have a saved model in dataiku. I have a feature based on Text column. I apply Term Hashing and SVD to the text column. Now, I want to use this model on a python code and have it predict a incomi…
Dear Dataiku Community, Currently I am experimenting with running the built-in DataIKU models with a MLLib backend. When any of the selected features has Missing Values: Impute with average selected, …
Hi, I get this error message when training a classification model with MLLib [2017/03/21-09:19:30.848] [Exec-282] [INFO] [dku.utils] - java.lang.IllegalArgumentException: No rows in train dataframe af…
Hi, I try to build an Mllib model with yarn-cluster set as master, but the execution fails for both Random Forest and Logistic Regression. Input data is the iris dataset on HDFS. * yarn-cluster submis…
Hi, I obtain this error message when training a model in DSS with Spark MLLib. However, when I go to the "script" tab, I have properly set the meaning to "Text". Why does DSS still think it's an array…