EpistasisLab / EpistasisLab/tpot2

Fix miscellaneous invalid hyperparameter options in the configuration dictionary. And add n_jobs=1 when possible.

Open
#59 2 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Jupyter Notebook
Stars
250
Forks
33
PR merge metrics
No merged PRs in 30d

Description

I went through some logs to check for classifiers, transformers, and selectors issues. Those seem to not generate invalid hyperparameter combinations. I have not checked regression yet.

It would also be good to check for extreme values that may be unreasonably slow or blow up memory. For example, when PolynomialFeatures was set to a high degree, it would often create extremely large matrixes that would blow up memory and potentially crash the system.

Also need to add n_jobs=1 to parameters that have an n_jobs parameter.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.