-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
add cross-method for training of encode impact #471
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature > 2 levels: encode by learner, 2 level encode 0 1 by default, but give an option to also encode by learner (performance penalty). User should give a learner during construction. Maybe we have to implement a few trivial learners because learner of our choice may not be able to handle high cardianlity features. Maybe glmnet works when we use sparce matrix. Things like smoothed class average could be implemented as its own (fast) learner. Classif Tasks should probably use prob learners, Regr Tasks just regr learners.
This PR now proposes a new experimental way to handle resampled impact encodings. I propose:
Simple example:
More cool stuff (3-fold cross-validated
If the general consens is that we are fine with introducing |
closes #423