Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow NoResamplingStrategyTypes to be passed to TrainEvaluator #496

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dengdifan
Copy link
Contributor

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

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant