-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
Hello, i tried to import bayes_opt using both the following methods:
from bayes_opt import BayesianOptimization
import bayes_opt
But i get the following error for both methods:
ImportError: cannot import name 'BayesianOptimization' from partially initialized module 'bayes_opt' (most likely due to a circular import)
Any idea how i can proceed?
Metadata
Metadata
Assignees
Labels
No labels