-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
IndexError: index 3 is out of bounds for axis 0 with size 3 exception while using predict_model() function
predict_model(tuned_lightgbm)
Error :
-----------------------------------------------…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
### pycaret version checks
- [X] I have checked that the issue still exists on the latest versions of the docs [here](https://pycaret.gitbook.io/docs/)
### Location of the documentation
https://py…
-
### pycaret version checks
- [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues).
- [X] I have confirmed this bug exists on the [latest…
-
### Discussed in https://github.com/pycaret/pycaret/discussions/2706
Originally posted by **acartro** July 4, 2022
Good morning,
I am doing a time series experiment with the new 3.0 librar…
-
**Describe the bug**
Unsure if this is a bug or if I am doing something wrong, I can change the label of this report.
I created a tuned model following the basic workflow from pycaret and the scor…
-
### Installation check
- [X] I have read the [installation guide](https://pycaret.gitbook.io/docs/get-started/installation).
### Platform
!pip install pycaret[full]
### Installation Method
pip i…
-
Using a multi-class model created with ``.
```
from pycaret.classification import *
import shap
shap.initjs()
experiment = setup(df, 'AGE_GRP', silent=True, session_id=42)
model = create_…