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

TPOT 0.10.0 release #855

Merged
merged 76 commits into from
Apr 12, 2019
Merged

TPOT 0.10.0 release #855

merged 76 commits into from
Apr 12, 2019

Conversation

weixuanfu
Copy link
Contributor

@weixuanfu weixuanfu commented Apr 12, 2019

  • Add a new template option to specify a desired structure for machine learning pipeline in TPOT. Check TPOT API (it will be updated once it is merge to master branch).
  • Add FeatureSetSelector operator into TPOT for feature selection based on priori export knowledge. Please check our preprint paper for more details (Note: it was named DatasetSelector in 1st version paper but we will rename to FeatureSetSelector in next version of the paper)
  • Refine n_jobs parameter to accept value below -1. For n_jobs below -1, (n_cpus + 1 + n_jobs) are used. Thus for n_jobs = -2, all CPUs but one are used. It is related to the issue tpot crashes when entering negative numbers in n_jobs #846.
  • Now memory parameter can create memory cache directory if it does not exist. It is related to the issue tpot does not create memory dir and gives spurious error #837.
  • Fix minor bugs.

@weixuanfu weixuanfu changed the title TPOT 0.10.1 release TPOT 0.10.0 release Apr 12, 2019
@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 96.24% when pulling 85f0c11 on development into c3f165b on master.

@weixuanfu weixuanfu merged commit 75dc2a0 into master Apr 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants