EpistasisLab / EpistasisLab/tpot
Migrate deap to deap-er
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.