EpistasisLab / tpot2

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
https://epistasislab.github.io/tpot2/
GNU Lesser General Public License v3.0
201 stars 28 forks source link

New search space def #138

Closed perib closed 4 months ago

perib commented 4 months ago

made the default search space a linear pipeline

fixed some issues with the tutorials

added imputation to search space if there are missing values