automl / Auto-PyTorch

Automatic architecture search and hyperparameter optimization for PyTorch
Apache License 2.0
2.36k stars 284 forks source link

allow NoResamplingStrategyTypes to be passed to TrainEvaluator #496

Open dengdifan opened 1 year ago

dengdifan commented 1 year ago

The train evaluator only allows the CrossValTypes and HoldoutValTypes. However, this might be problematic if we would like to refit the optimized configurations on the entire dataset. Here we will allow the NoResamplingStrategyTypes to be a valid option for TrainEvaluator

Types of changes

Note that a Pull Request should only contain one of refactoring, new features or documentation changes. Please separate these changes and send us individual PRs for each. For more information on how to create a good pull request, please refer to The anatomy of a perfect pull request.