TPOT now supports sparse matrices with a new built-in TPOT configurations, "TPOT sparse". We are using a custom OneHotEncoder implementation that supports missing values and continuous features. We have added an "early stopping" option for stopping the optimization process if no improvement is made within a set number of generations. Look up the early_stop parameter to access this functionality. TPOT now reduces the number of duplicated pipelines between generations, which saves you time during the optimization process. TPOT now supports custom scoring functions via the command-line mode. We have added a new optional argument, periodic_checkpoint_folder, that allows TPOT to periodically save the best pipeline so far to a local folder du...
Added support for model checking LTL properties in the sparse (and dd-to-sparse) engine. Requires bu...
Add a new template option to specify a desired structure for machine learning pipeline in TPOT. Chec...
New Features The SequentialFeatureSelector now supports using pre-specified feature sets via the fi...
TPOT now detects whether there are missing values in your dataset and replaces them with the median ...
TPOT 0.7 is now out, featuring multiprocessing support for Linux and macOS, customizable operator co...
After a couple months hiatus in refactor land, we're excited to release the latest and greatest vers...
Support for Python 3.4 and below has been officially dropped. Also support for scikit-learn 0.20 or ...
TPOT now supports regression problems! We have created two separate TPOTClassifier and TPOTRegressor...
TPOT now supports integration with Dask for parallelization + smart caching. Big thanks to the Dask ...
Added new sparse matrix format: sliced ELLPACK (sell) 4th-order Runge-Kutta is now available as nume...
Added portfolio engine which picks a good engine (among other settings) based on features of the sym...
In TPOT 0.4, we've made some major changes to the internals of TPOT. We've summarized the changes be...
Fix a bug causing that max_time_mins parameter doesn't work when use_dask=True in TPOT 0.9.5 Now TPO...
Fix compatibility issue with scikit-learn v0.22 warm_start now saves both Primitive Sets and evaluat...
v0.6.0 - Train and Converge Until it is Done Important changes auto_filter_on_linear_correlation ...
Added support for model checking LTL properties in the sparse (and dd-to-sparse) engine. Requires bu...
Add a new template option to specify a desired structure for machine learning pipeline in TPOT. Chec...
New Features The SequentialFeatureSelector now supports using pre-specified feature sets via the fi...
TPOT now detects whether there are missing values in your dataset and replaces them with the median ...
TPOT 0.7 is now out, featuring multiprocessing support for Linux and macOS, customizable operator co...
After a couple months hiatus in refactor land, we're excited to release the latest and greatest vers...
Support for Python 3.4 and below has been officially dropped. Also support for scikit-learn 0.20 or ...
TPOT now supports regression problems! We have created two separate TPOTClassifier and TPOTRegressor...
TPOT now supports integration with Dask for parallelization + smart caching. Big thanks to the Dask ...
Added new sparse matrix format: sliced ELLPACK (sell) 4th-order Runge-Kutta is now available as nume...
Added portfolio engine which picks a good engine (among other settings) based on features of the sym...
In TPOT 0.4, we've made some major changes to the internals of TPOT. We've summarized the changes be...
Fix a bug causing that max_time_mins parameter doesn't work when use_dask=True in TPOT 0.9.5 Now TPO...
Fix compatibility issue with scikit-learn v0.22 warm_start now saves both Primitive Sets and evaluat...
v0.6.0 - Train and Converge Until it is Done Important changes auto_filter_on_linear_correlation ...
Added support for model checking LTL properties in the sparse (and dd-to-sparse) engine. Requires bu...
Add a new template option to specify a desired structure for machine learning pipeline in TPOT. Chec...
New Features The SequentialFeatureSelector now supports using pre-specified feature sets via the fi...