Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'openbox.core.mf_batch_advisor' #22

Open
lscoelho opened this issue Jan 11, 2023 · 0 comments
Open

Comments

@lscoelho
Copy link

Google colab installation:
%%time
%%capture
!pip install mindware
!pip install openbox

After ran the code:

https://github.com/thomas-young-2013/mindware/blob/master/examples/ci_examples/example_stacking.py

import os
import shutil
from sklearn.datasets import load_iris, load_boston
from sklearn.metrics import accuracy_score, mean_squared_error
from sklearn.model_selection import train_test_split

from mindware.utils.data_manager import DataManager
from mindware.estimators import Classifier, Regressor


ModuleNotFoundError Traceback (most recent call last)
in
8
9 from mindware.utils.data_manager import DataManager
---> 10 from mindware.estimators import Classifier, Regressor
11

8 frames
/usr/local/lib/python3.8/dist-packages/mindware/components/optimizers/base/mfsebase.py in
3 from collections import OrderedDict
4 from math import log, ceil
----> 5 from openbox.core.mf_batch_advisor import MFBatchAdvisor
6
7 from mindware.utils.constant import MAX_INT

ModuleNotFoundError: No module named 'openbox.core.mf_batch_advisor'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant