Nixtla
statsforecast
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
fix(arima): let an explicit biasadj override the reused model `Arima(..., model=m)` inherited `biasadj` from `m` unconditionally, and since every model fitted with a Box-Cox transformation now carries a "biasadj" key, the caller's value could never win: `Arima(y, model=m, biasadj=True)` on an `m` fitted with `biasadj=False` returned medians instead of bias-adjusted means. `biasadj` now defaults to None and is only taken from the model when the caller didn't ask for one, mirroring the `blambda is None` guard on the line above and the sentinel `forecast_arima` already uses. Also raise the Guerrero lower bound to 0 when the series isn't strictly positive, as `forecast::BoxCox.lambda` does, so the search stays where the transformation is defined. coreforecast doesn't currently return a negative lambda for such a series, so the bound is pinned at the call.
acoustesh:feature/arima-boxcox-lambda
10 hours ago
Merge branch 'main' into feature/arima-boxcox-lambda
acoustesh:feature/arima-boxcox-lambda
11 hours ago
docs: improve statistical model search metadata (#1204) Co-authored-by: Eduardo Lopez <5743857+loama@users.noreply.github.com>
main
12 hours ago
fix: validate level support for models without prediction intervals Twelve models set `only_conformal_intervals = True` but `StatsForecast` never checked it. Passing `level` to one of them without configuring `prediction_intervals` either raised a generic `Exception` in the middle of the run or, when a `fallback_model` was set, silently returned the fallback's intervals under the original model's name. `_validate_level_support` now runs from `_parse_X_level`, so `predict`, `fit_predict`, `forecast` and `cross_validation` all raise a `ValueError` up front that names the offending models and how to fix it. Closes #237
HummerQAQ:fix/validate-level-support
2 days ago
arima: model eligiblity fixes (#1212) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
main
3 days ago
restore control flow
jmoralez:more-arima-fixes
3 days ago
revert inf and nan return changes
jmoralez:more-arima-fixes
3 days ago
build(deps): bump tornado from 6.5.7 to 6.5.8 (#1228) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
[FEAT] Enable the Box-Cox blambda parameter in ARIMA models
#1209
10 hours ago
1d38078
acoustesh:feature/arima-boxcox-lambda
CodSpeed Performance Gauge
0%
fix: validate level support for conformal-only interval models
#1229
2 days ago
f171a5e
HummerQAQ:fix/validate-level-support
CodSpeed Performance Gauge
+65%
arima: model eligiblity fixes
#1212
3 days ago
f2d657f
jmoralez:more-arima-fixes
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs