Skip to content
New issue

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

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

Already on GitHub? # to your account

An adapter to run a single model #165

Closed
ardunn opened this issue Jan 19, 2019 · 1 comment
Closed

An adapter to run a single model #165

ardunn opened this issue Jan 19, 2019 · 1 comment
Assignees

Comments

@ardunn
Copy link
Contributor

ardunn commented Jan 19, 2019

Useful for retaining the other parts of the ml pipeline without running tpot.

This adapter's init should take in a model object implementing fit and predict methods (or if you can figure out a way to do it with models not having these methods, that's fine too) and running it should fit/predict that single model (e.g., RandomForestRegressor) in a way analogous to TPOTAdaptor.

@ardunn ardunn assigned ardunn and unassigned ardunn Jan 26, 2019
@ardunn
Copy link
Contributor Author

ardunn commented Jan 26, 2019

done via 8cb2b27 + commits soon after

@utf might be interested in this

@ardunn ardunn closed this as completed Jan 26, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant