How to implement K-Fold Cross Validation in Pipeline
Closed this issue · 0 comments
sagarshankar commented
I am trying to use one of the K Fold primitives available in order to run cross validation with one of my models. I am trying to figure out where in the pipeline construction should that step occur? 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.