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

Got this on Google Colab #42

Open
Steviey opened this issue Dec 17, 2024 · 1 comment
Open

Got this on Google Colab #42

Steviey opened this issue Dec 17, 2024 · 1 comment

Comments

@Steviey
Copy link

Steviey commented Dec 17, 2024

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.
---------------------------------------------------------------------------
@thierrymoudiki
Copy link
Contributor

How did you install?

What's going on here, according to you?

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

2 participants