EpistasisLab / EpistasisLab/tpot
TPOT regressor quits after semaphore_tracker warning
Open
question
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
with one of my dataset that used to work well with tpotregressor I now get the following error after having added more samples the train set:
/usr/lib64/python3.7/multiprocessing/semaphore_tracker.py:144: UserWarning: semaphore_tracker: There appear to be 1 leaked semaphores to clean up at shutdown
len(cache))
It happens after 5-10 generations and quits immediately.
Any idea why?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.