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
When running the example from here:https://pypi.python.org/pypi/brew/0.1.3
I get the following error on this line: from brew.base import Ensemble, EnsembleClassifier
ImportError: No module named base
Importation of the other brew modules seems to be fine.
When running the example from here:https://pypi.python.org/pypi/brew/0.1.3
I get the following error on this line: from brew.base import Ensemble, EnsembleClassifier
ImportError: No module named base
Importation of the other brew modules seems to be fine.
thanks.