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

fixed config dict typo #114

Closed perib closed 10 months ago

perib commented 10 months ago

A typo was introduced in #106 in line 82 of the get_configuration_dictionary function. The variable 'option' was incorrectly changed to 'options'. I reverted this change back to the correct variable.