-
Re: Data not appending in dataset through python - outside dss
Hello, you could get your output dataset as a dataframe and append the new data to it. import dataikuimport pandas as pdoutput_dataset = dataiku.Dataset("out")out_df = output_dataset.get_da…2 · -
Re: Questions regarding Cross-Test and Training/Model Evaluation
Hello, The custom K-fold option is not available for train/test split. (more info here on the train/test setting) However, you create a custom cross validation strategy in the “hyperparameter” panel,…1 ·