EpistasisLab / EpistasisLab/tpot
[question] why doesn't TPOT store checkpoint?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
I understand since TPOT would randomly select pipelines, you could use a pseudo-random generator and set a seed for that and export the information to some file.
I used `periodic_checkpoint` flag and `warm_start=True` but even then, TPOT doesn't resume from the generation it left off, rather it just starts from scratch.
any workaround to get this checkpoint?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.