-
### Description
It seems the current TBATS implementation does not allow external regressors. Still, I think (maybe I am wrong 🙈 ) that it should be "easy" as we need to pass `X` here https://githu…
-
Use `TBATS` from [darts](https://unit8co.github.io/darts/generated_api/darts.models.forecasting.tbats_model.html):
`from darts.models import LinearRegressionModel
`
Add it in `_get_model_class`…
-
For example, instead of this JSON request:
```
# Customized model request
model_request = {
'type': 'meta_lr', # 'meta_wa'
'scorers': ['smape', 'mape'],
'params': {
'prep…
-
See in the example notebooks:
```
# Onboard NeuralProphet customized model request
np_model_request = {
"params": {
"changepoints_range": 0.2,
"epochs": 2,
"growth": "of…
-
### 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…
rfsan updated
6 months ago
-
This will be the second uni variate TS model included in the pipeline
-
### 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…
-
Currently, the Default model request is still the following:
```
# Default model request
model_request = {
'type': 'meta_lr', # 'meta_wa'
'scorers': ['smape', 'mape'],
'params': {…
-
# System Information
```txt
home = C:\WinPython\python-3.12.4.amd64
implementation = CPython
uv = 0.2.33
version_info = 3.12.4
```
# Issue
`uv` fails to find build dependencies in the curren…
-
**Bug Report Checklist**
- [x] I provided code that demonstrates a minimal reproducible example.
- [x] I confirmed bug exists on the latest stable version of AutoGluon.
- [ ] I confirmed bug …