-
Time Series values differ from original data
Given an Original Data set, then do Time Series Lab, and deploy a model. Then, I train the model > predict > score based on Original Dataset, getting Forecast Data. Forecast data contains date, values, forecast, percentile columns. I assume values to be the original data. However, when I compare it to my original data it…
-
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…
-
Function calling for custom llm connections
Hi, When can we expect function calling capabilities for custom LLM connections? Is there an estimated release timeline? Tool calls are supported on the compatible completion models of some LLM connections: OpenAI Azure OpenAI Azure LLM Anthropic Claude Anthropic Claude models on AWS Bedrock connections MistralAI Thank you!
-
How can you export a csv file to a folder using Python code, with specified path names ie 2024-09?