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

Check out this project: TPOT Data Science Assistant #19

Closed
Suberri opened this issue Jul 28, 2016 · 4 comments
Closed

Check out this project: TPOT Data Science Assistant #19

Suberri opened this issue Jul 28, 2016 · 4 comments
Labels

Comments

@Suberri
Copy link

Suberri commented Jul 28, 2016

I am not sure if the TPOT project is applicable or if it would help but it is an interesting spin on ML
http://rhiever.github.io/tpot/

TPOT is a Python tool that automatically creates and optimizes machine
learning pipelines using genetic programming.

@awm33
Copy link
Member

awm33 commented Jul 28, 2016

That looks pretty cool. It looks like it sits right on top of scikit-learn. I've played with genetic programming. It's great for algorithm parameter optimization. I've even messed around with using it in symbolic regression.

@cgreene
Copy link
Member

cgreene commented Jul 28, 2016

I have seen TPOT a number of times over the past year and a half. I think the idea is worthwhile but I continue to have concerns about overfitting. It may be much more severe than a grid search. I think what we may want to do is collect an initial set of queries and then carefully evaluate both for overfitting. It is definitely interesting.

@dhimmel
Copy link
Member

dhimmel commented Jul 28, 2016

I love the idea of TPOT and we should definitely give it a try. We're currently in the experimental stage -- we want to test as many things as possible to get a better understanding of what works for our data. So let's try lots of sklearn-compatible solutions (such as TPOT).

I'm labeling this a task. @Suberri do you want to take it? I'd suggest starting with this notebook as a template. Maybe name your notebook TPOT-example.ipynb and submit a pull request?

@dhimmel
Copy link
Member

dhimmel commented Sep 12, 2016

Closing this issue as part of a routine cleaning. If anyone has an interest in pursuing TPOT for Cognoma, leave a comment and we can reopen this issue.

@dhimmel dhimmel closed this as completed Sep 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants