EpistasisLab / EpistasisLab/tpot
Random state is reset even when doing a warm_start
Open
question
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
If a random state is specified, it will be reset each time fit is called. See here:
Therefore the individuals will always be the same.
The consequence is that it is not possible to get both reproducibility and periodic save.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.