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
Got this on Google Colab using miniconda... Python 3.12 and 3.8 envs.
mlsauce installed successfully
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-4-0f520ea969e4> in <cell line: 25>()
23 #import mlsauce as ms
24 import os
---> 25 import mlsauce as ms
26 #from sklearn.datasets import load_breast_cancer, load_iris, load_wine, load_digits
27 #from sklearn.model_selection import train_test_split
/usr/local/miniconda/envs/py38_env/lib/python3.12/site-packages/mlsauce/__init__.py in <module>
56
57 else:
---> 58 from .adaopt import AdaOpt
59 from .booster import (
60 LSBoostClassifier,
ImportError: cannot import name 'AdaOpt' from 'mlsauce.adaopt' (/usr/local/miniconda/envs/py38_env/lib/python3.8/site-packages/mlsauce/adaopt/__init__.py)
---------------------------------------------------------------------------
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.
---------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Got this on Google Colab using miniconda... Python 3.12 and 3.8 envs.
The text was updated successfully, but these errors were encountered: