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

Migrate deap to deap-er #1255

Open julien-blanchon opened 2 years ago

julien-blanchon commented 2 years ago

Fresh new install of tpot with python 3.10 crash because of deap with:

from tpot import TPOTClassifier
> 
raise TypeError, ("Both weights and assigned values must be a "
                   ^
SyntaxError: invalid syntax

Deap package seems dead, https://github.com/DEAP/deap/issues/537 https://github.com/DEAP/deap/issues/645.

Maybe migrate to https://github.com/aabmets/deap-er could be a solution