-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi
I wrapped the functionality used by qsartuna-optimize in a function and call that using python's multiprocessing (using Pool) to run some model builds in parallel. It all seems to work (great!) but I noticed that there is a warning
"/home/xxxx/.venv/env_qsartuna314/lib/python3.10/site-packages/optunaz/objective.py:200: UserWarning: Loky-backed parallel loops cannot be called in a multiprocessing, setting n_jobs=1"
which is likely because children cannot spawn children. Is there a way to suppress that warning eg. by having qsartuna specify njobs=1 at that point?
Thank you!
Metadata
Metadata
Assignees
Labels
No labels