HunterMcGushion/hyperparameter_hunter

Convert :meth:`CVExperiment._initialize_folds` to static method

HunterMcGushion opened this issue · 0 comments

  • 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 return folds
  • Add doctests