-
Batch Processing for Custom API end point
I’ve developed a custom Python API endpoint for regression and successfully predicted outcomes for individual records. However, when I attempt to process a batch of records, I encounter the following error: "Failed: Could not parse a SinglePredictionQuery from request body, caused by: JsonSyntaxException: Expected a…
-
An invalid argument has been encountered : Unknown DSS variable: dip.projectKey
Hi, I am attempting to use the saved model object to predict a dataset using the score recipe. However, I am encountering the following error message: "Invalid argument - An invalid argument has been encountered: Unknown DSS variable: dip.projectKey." Can you help me resolve this issue? Operating system used: Windows
-
Get Dataiku Projects with Tag "Foo"
Do we have a mechanism to retrieve list of projects within our Dataiku instance that has certain specific tags? Thanks!
-
How can I export graphs and outputs from a Dataiku notebook into Google Sheets?
-
Reading Datasets using names stored in another dataset
Hi I have a project 'test' which has 6 datasets. student_name & s_1.s_2,s_3..s_5. student_name dataset has 2 columns: name & content. content column shows the name of datasets pertaining to each student (s_1 etc). I am creating a dashboard where each student will have a tab to show the contents of the related s_n dataset.…
-
Error in trying to register to Saved Model with prediction type 'OTHER'
Hi I am trying to follow the MLOps Best practices to deploy a model in production. I am trying register a model after adding the model in experiment tracking. The model has been added in experiment tracking successfully as a 'OTHER' model using the below syntax mlflow.pyfunc.log_model( artifact_path=f"model_age}",…
-
How do I read a yml file from the dataiku library?
I have a yml config file and want to read it in my notebooks, how do I do that?
-
Dataframe pivot table from python doesn't save properly as Dataiku dataset
Hi everyone, I am creating a pivot table using pandas data frame in python. df_pivot = pd.pivot_table(df, values=['Units'], index =['Name', 'City', 'State', 'Zip'], columns= ['Date'], aggfunc={'Units': 'sum'}, margins = True, fill_value=0) However, when I save it using the following: dataset_new = dataiku.Dataset("Dataset…
-
How to download a document for all the Scenarios implemented in Project
Hi, for example we can export flow in document format. Is their a similar way to export all scenarios info in document format. Thanks
-
Changing the default font size for all new charts
I often send screenshots of the charts to my stakeholders over Teams chat to get quick confirmations/alignment on the intermediary results. A feedback I heard often is that they are having a hard time reading the legend, axis titles, values on axis etc. I don't want to manually change the font size for all these different…