Planned intervention: On Wednesday April 3rd 05:30 UTC Zenodo will be unavailable for up to 2-10 minutes to perform a storage cluster upgrade.

There is a newer version of the record available.

Published November 5, 2019 | Version v0.11.0
Software Open

EpistasisLab/tpot: Version 0.11.0

Description

  • Support for Python 3.4 and below has been officially dropped. Also support for scikit-learn 0.20 or below has been dropped.
  • The support of a metric function with the signature score_func(y_true, y_pred) for scoring parameter has been dropped.
  • Refine StackingEstimator for not stacking NaN/Infinity predication probabilities.
  • Fix a bug that population doesn't persist by warm_start=True when max_time_mins is not default value.
  • Now the random_state parameter in TPOT is used for pipeline evaluation instead of using a fixed random seed of 42 before. The set_param_recursive function has been moved to export_utils.py and it can be used in exported codes for setting random_state recursively in scikit-learn Pipeline. It is used to set random_state in fitted_pipeline_ attribute and exported pipelines.
  • TPOT can independently use generations and max_time_mins to limit the optimization process through using one of the parameters or both.
  • .export() function will return string of exported pipeline if output filename is not specified.
  • Add SGDClassifier and SGDRegressor into TPOT default configs.
  • Documentation has been updated.
  • Fix minor bugs.

Files

EpistasisLab/tpot-v0.11.0.zip

Files (2.5 MB)

Name Size Download all
md5:a05c7b58e085649a8818bec18ea18313
2.5 MB Preview Download

Additional details

Related works