-
Notifications
You must be signed in to change notification settings - Fork 1.6k
One hot encoder #462
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
One hot encoder #462
Conversation
|
Looks like this needs to be rebased with your latest repo reorganization PR. |
|
The PR looks very nice. Only one thing about unit tests: OneHotEncoder has a separated code file |
|
@weixuanfu2016, we can do that separately in another PR. Merging this one before any other big changes happen and it needs to be rebased for the 20th time. :-) |
What does this PR do?
Where should the reviewer start?
tpot/one_hot_encoder.pytests/*.pyTPOTBase._setup_configI have not made any changes to the docs yet.
All credit to @slcott who originally PR'd these changes.