-
Is it possible to create models in R in dataiku?
Is it possible to develop models in R using Dataiku native tools, such as the lab? Currently, we are developing models in R, and our downstream process is heavily dependent on R. We are planning to move to Dataiku for model development. We need R objects at the end of model development so we don't have to change our…
-
time series forecasting using prophet model get error during run time
######## 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 ########### Code Sample ######## lag_periods = [1,5, 10, 15] for lag in lag_periods: df_prophet[f'Lag_{lag}'] =…
-
Failed to train : : charmap
Hello, I am using the free trail version of Dataiku DSS 12.1.2 on localhost to use it for a recommendation system. While training the model, I am getting the following error - "Failed to train : <class 'UnicodeEncodeError'> : charmap" with the logs snippet shown below. Can someone please help me solve this issue? I have…
-
Dataiku MLFlow integration
Hi Dataiku Team, I am trying to integrate the MLFLOW models into DSS, which I have successfully done as per the DSS 10 documentation. I am interested in knowing if we would be able to connect with the ground truth data (lets say from (snowflake DB) for the models that we have imported from mlflow into DSS, so that we would…
-
models automation
Hi, all I trained 10 models, for each product separate model. I want write a scenario and automate prediction process in new dataset. New data set will be with product type and features. How i can automatically match new data set and trained model ? (automatically) How realize it in dataiku ? Thanks, Regards, Tolkyn…
-
How to fix error code: The Python process failed (exit code: 1)
Dear All, I try to click "Build" after deploy clustering model but it pop up error code below? Could anyone help me please?
-
How to export a Deep Learning model trained with Keras in DSS?
Hi, I have spent many weeks collecting, sampling and preprocessing data. I have finally trained a model that suits my purpose however i was rudely awakened by my inability to export the model outside DSS. Are models trained in DSS not exportable? I can find the keras_model.h5 file however no model.json. Is there anyway i…
-
ability to use unique dates in bar chart
if you use a datetime as x-axis on a bar chart, it is treated as a date and so automatically chooses bins, you can also choose to bin by year/month etc but you can use the actual unique values - i.e. a 'treat as alphanumeric' option.
-
"Update from GIT" via scenario ?
Hello DataIKU community, I wonder if it is possible to update library from GIT via a scenario? I tried a step "Update GIT Reference", but this do not seem to pull my external GIT library. Any tip? Thanks a lot
-
How to Deploy Specific Flow Zone With Project Bundle/Copy/Other Method To A Different Instance
Hey everyone, I wanted to know if it's possible to deploy parts of a flow/specific flow zones from a project through project bundles, or through the Copy functionality from a Design Node to either another Design Node or Automation Node. If this is not currently possible, are there any current best practices/recommendations…