-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
pycaret version checks
-
I have checked that this issue has not already been reported here.
-
I have confirmed this bug exists on the latest version of pycaret.
-
I have confirmed this bug exists on the master branch of pycaret (pip install -U git+https://github.com/pycaret/pycaret.git@master).
Issue Description
I am currently using version 3 (latest version of pycaret) and i get the following issue when using compare_models()
Reproducible Example
See screenshot
Expected Behavior
I expect the compare_models() to give me the classification models I would like it to compare.
Actual Results
/
Installed Versions
PyCaret required dependencies:
pip: 19.2.3
setuptools: 41.2.0
pycaret: 3.0.0
IPython: 8.12.2
ipywidgets: 8.0.6
tqdm: 4.65.0
numpy: 1.24.3
pandas: 1.5.3
jinja2: 3.1.2
scipy: 1.10.1
joblib: 1.2.0
sklearn: 1.2.2
pyod: 1.0.9
imblearn: 0.10.1
category_encoders: 2.6.0
lightgbm: 3.3.5
numba: 0.57.0
requests: 2.29.0
...
evidently: Not installed
fugue: Not installed
streamlit: Not installed
prophet: Not installed