mlforecast icon indicating copy to clipboard operation
mlforecast copied to clipboard

Scalable machine 🤖 learning for time series forecasting.

Results 25 mlforecast issues
Sort by recently updated
recently updated
newest added

### What happened + What you expected to happen it will not update the values of the model using the update function and yieds: ```python Exception has occurred: AssertionError !=...

bug
awaiting response

### Description I have two questions regarding how to handle covariates in Nixtla's MLForecast when performing global forecasting. Although there is rather extensive documentation on this, I am still not...

documentation
awaiting response

### What happened + What you expected to happen Tried fitting AutoMLForecast with a series that has different id_col and getting an error saying "unique_id" not found. Problem is that...

bug

### Description Is there a way to create a feature from the exogenous and the target value with a lag and without a data leakage? Also in the AutoML can...

enhancement
feature
awaiting response

## Description Checklist: - [ ] This PR has a meaningful title and a clear description. - [ ] The tests pass. - [ ] All linting tasks pass. -...