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
Hi!
I got an error after install scikit-uplift on a fresh conda environment.
import sklift sklift.viz AttributeError: module 'sklift' has no attribute 'viz'
from sklift import viz ImportError: cannot import name 'check_matplotlib_support' from 'sklearn.utils'(C:\Users\ALMOGW\Anaconda3\envs\causal_env\lib\site-packages\sklearn\utils\__init__.py)
`
To Reproduce
Steps to reproduce the behavior:
conda create -n causal_env python=3.9.12
conda activate causal_env
pip install scikit-uplift
run the commands above
Environment
scikit-uplift version: 0.5.1
scikit-learn version: 1.6.0 (I tried older versions as well)
Python version : 3.9.12
OS : Windows
Additional context
I do not have access to conda-forge
I was able to use it in the past on the same computer but I had to reinstall anaconda and create a new env from scratch
The text was updated successfully, but these errors were encountered:
🐛 Bug
Hi!
I got an error after install scikit-uplift on a fresh conda environment.
import sklift
sklift.viz
AttributeError: module 'sklift' has no attribute 'viz'
from sklift import viz
ImportError: cannot import name 'check_matplotlib_support' from 'sklearn.utils'
(C:\Users\ALMOGW\Anaconda3\envs\causal_env\lib\site-packages\sklearn\utils\__init__.py)
`
To Reproduce
Steps to reproduce the behavior:
Environment
Additional context
The text was updated successfully, but these errors were encountered: