We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Need to show some test of stacking, bagging, and more.
Stacking tests are done, but bagging tests are not.
Bagging tests are easy because only sub-sampling training data and training models with that data is needed.
Several options are considered(i.e., argument at model definition(subsample=0.8), different parameter models, different random state models, ...)
If this is done, this package will be more general one of ensemble learning.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Need to show some test of stacking, bagging, and more.
Stacking tests are done, but bagging tests are not.
Bagging tests are easy because only sub-sampling training data and training models with that data is needed.
Several options are considered(i.e., argument at model definition(subsample=0.8), different parameter models, different random state models, ...)
If this is done, this package will be more general one of ensemble learning.
The text was updated successfully, but these errors were encountered: