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 dev #854

Merged
merged 74 commits into from
Apr 12, 2019
Merged

TPOT 0.10.0 dev #854

merged 74 commits into from
Apr 12, 2019

Conversation

weixuanfu
Copy link
Contributor

  • 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 issue tpot crashes when entering negative numbers in n_jobs #846
  • Fix minor bugs.

@coveralls
Copy link

coveralls commented Apr 11, 2019

Coverage Status

Coverage decreased (-0.07%) to 96.119% when pulling 8c90b85 on weixuanfu:template_opt into c3f165b on EpistasisLab:development.

@weixuanfu weixuanfu merged commit fbda879 into EpistasisLab:development 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