-
### 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…
-
### 🐛 Bug Report
The error:
```
AttributeError: module 'numpy' has no attribute 'warnings'
```
As I understand the problem is the conflict of versions between sklearn and numpy. We should add a…
-
### Installation check
- [X] I have read the [installation guide](https://pycaret.gitbook.io/docs/get-started/installation).
### Platform
macOS-14.0-arm64-arm-64bit
### Installation Method
pip i…
-
**Describe the bug**
**To Reproduce**
```python
import numpy as np
import pandas as pd
import logging
from sktime.forecasting.tbats import TBATS
# generate train set values
np.random.s…
-
### Before submitting the issue
- [X] I have searched among the existing issues
- [X] I am using a Python virtual environment
### Description of the bug
As far as I have understood correctly, the f…
-
### Describe the feature you want to add to this project
Currently, seasonality defaults to multiplicative if it is allowed, only switching to additive when multiplicative is not allowed. However, th…
-
It seems that sometimes the model parameters can be negative but we are trying to apply a box-cox transformation to them (c.f. https://github.com/intive-DataScience/tbats/blob/ebb914d80c1b472f07564780…
-
### 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…
-
I tried running TBATS on the M3 dataset Quarterly Group and received many errors. I am listing one of them here with a reproducible example. Is there a way to fix this error?
```python
import pand…
-
### 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…