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

New Feature : add Prelist of pipelines #296

Open
arita37 opened this issue Oct 16, 2016 · 6 comments
Open

New Feature : add Prelist of pipelines #296

arita37 opened this issue Oct 16, 2016 · 6 comments

Comments

@arita37
Copy link

arita37 commented Oct 16, 2016

When we have worked on a class of datasetb (larget size, 1Go), we have an idea
of the optimal pipeline, and we just want to investigate the optimal parameters without computing the whole in genetic programm. It would reduce substantially the computation time.

For example:
We can provide a list of pipeline with algorithm names ['LinearSVC', 'RF' ]
We can provide a list of hyper-parameter for each algorithm to search for...

Main goal is to limit the search to those parameters.

@rhiever
Copy link
Contributor

rhiever commented Nov 4, 2016

This can currently be "hacked" into TPOT by modifying the population instantiation procedure, but it could be a nice feature to be able to do that through the regular TPOT interface. We'd have to put a lot of thought into how that would look. I'll file this as an enhancement request for now.

@hanshupe
Copy link

This can currently be "hacked" into TPOT by modifying the population instantiation procedure, but it could be a nice feature to be able to do that through the regular TPOT interface. We'd have to put a lot of thought into how that would look. I'll file this as an enhancement request for now.

I would like to use the "hack", but I think the link is outdated. Could someone please update the Line number, where I can add the initial solutions? Thx!

@weixuanfu
Copy link
Contributor

I think it was refereed to this line

@hanshupe
Copy link

I think it was refereed to this line

Can you give me a hint how I can convert a predefined sklearn pipeline into a list of DEAP primitives that is needed for the population?

@weixuanfu
Copy link
Contributor

weixuanfu commented Oct 1, 2020

@hanshupe we don't have a example for this conversion . But we have a example for reverse conversion.

@hanshupe
Copy link

hanshupe commented Oct 1, 2020

Yes thanks I saw the compile method, but the conversion into the opposite direction is not so easy as I thought :)

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

4 participants