Closed lyak1314 closed 4 years ago
Fold is the index of the fold (cross validation). As I decided to use a holdout for validation istead of kfold split the fold number is always 0
Fold is the index of the fold (cross validation). As I decided to use a holdout for validation istead of kfold split the fold number is always 0
Fold is always 0,but when I retrain the model,I can not get the train data, due to _prepare_data method.This is a bug?
When I run generate_fold.py,I find the "fold" is alway "0"
I debug this part and find "fold” is alway "0" and then break Since I can't understand what does "fold" mean,I don't know how to solve it and what is the correct could you explain it in detail? thank you!