datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.47k stars 193 forks source link

How perform train test split in pipeline #78

Open sagarshankar opened 2 years ago

sagarshankar commented 2 years ago

I am trying to use one train test split in my pipeline in order to cross validate on my model code on test data. I am trying to figure out where in the pipeline construction should that step occur? How would you incorporate splitting the dataset in the pipeline? Also, I am currently getting error when I reference "d3m.primitives.tods.evaluation.kfold_dataset_split". It is telling me there are not enough arguments specified for the primitive.