Convert :meth:`CVExperiment._initialize_folds` to static method
HunterMcGushion opened this issue · 0 comments
HunterMcGushion commented
- Convert it and its abstract definition at :meth:
BaseCVExperiment._initialize_folds
to static methods - The new static method should receive
cv_type
as input, and it should returnfolds
- Add doctests