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

allow genetic feature selection to work with nan values #143

Closed perib closed 2 months ago

perib commented 2 months ago

added a tag so that the MaskSelector used in genetic feature selection can work on datasets with nans. Previously sklearn throws an error by default when calling transform if the data have nans.