You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
...
ray_search_algorithm=TuneBOHB(metric="loss", mode="min", seed=self.seed),
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/ray/tune/suggest/bohb.py", line 116, in __init__
from hpbandster.optimizers.config_generators.bohb import BOHB
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/hpbandster/optimizers/__init__.py", line 3, in <module>
from hpbandster.optimizers.bohb import BOHB
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/hpbandster/optimizers/bohb.py", line 14, in <module>
from hpbandster.optimizers.config_generators.bohb import BOHB as CG_BOHB
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/hpbandster/optimizers/config_generators/bohb.py", line 12, in <module>
import statsmodels.api as sm
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/statsmodels/api.py", line 16, in <module>
from .discrete.discrete_model import (Poisson, Logit, Probit,
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/statsmodels/discrete/discrete_model.py", line 45, in <module>
from statsmodels.distributions import genpoisson_p
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/statsmodels/distributions/__init__.py", line 2, in <module>
from .edgeworth import ExpandedNormal
File "/home/hotohoto/.pyenv/versions/3.6.10/envs/mlcore/lib/python3.6/site-packages/statsmodels/distributions/edgeworth.py", line 7, in <module>
from scipy.misc import factorial
ImportError: cannot import name 'factorial'
I got this traceback using scipy 1.4.2.
Fortunately, there is a workaround.
The text was updated successfully, but these errors were encountered: