EpistasisLab / tpot

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
http://epistasislab.github.io/tpot/
GNU Lesser General Public License v3.0
9.68k stars 1.57k forks source link

update sklearn version to 1.1.3 #1337

Closed perib closed 9 months ago

perib commented 9 months ago

What does this PR do?

updates the minimum version of sklearn to 1.1.3 . TPOT1. This is required for the get_scorer_names function used.

This would resolve #1330