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

Rework predict() and score() functions to no longer require training data #92

Closed
rhiever opened this issue Feb 25, 2016 · 0 comments
Closed
Assignees

Comments

@rhiever
Copy link
Contributor

rhiever commented Feb 25, 2016

TPOT.predict() currently requires 3 parameters to produce the predictions: the training and testing features, and the training labels. This breaks the common interface that TPOT shared with sklearn. Let's rework this interface to only require the testing features, and have TPOT store the training features and classes internally on a fit() call.

Do the same for TPOT.score().

@rhiever rhiever self-assigned this Feb 25, 2016
@rhiever rhiever changed the title Rework predict() function to no longer require training data Rework predict() and score() functions to no longer require training data Feb 25, 2016
@rhiever rhiever mentioned this issue Feb 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant