Releases: Nixtla/mlforecast
Releases · Nixtla/mlforecast
v1.0.2
18 Feb 18:28
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix(compat): handle zero offset in shift_array @jmoralez (#480 )
fix(global-sklearn-tfm): apply inverse transform to each column @jmoralez (#477 )
v1.0.1
14 Jan 19:23
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix: X_df handling in direct approach @jmoralez (#468 )
fix(auto): remove invalid params from xgboost default space @jmoralez (#464 )
v1.0.0
06 Dec 18:26
Compare
Sorry, something went wrong.
No results found
Breaking Change
breaking: remove window_ops and numba dependencies @jmoralez (#462 )
v0.15.1
28 Nov 20:10
Compare
Sorry, something went wrong.
No results found
v0.15.0
14 Nov 17:43
Compare
Sorry, something went wrong.
No results found
Breaking Change
breaking: drop rows with null targets when dropna=False @jmoralez (#447 )
Bug Fixes
Enhancement
enh(distributed): propagate null features in spark @jmoralez (#448 )
v0.14.0
11 Nov 19:23
Compare
Sorry, something went wrong.
No results found
New Features
feat: add weight_col to MLForecast.fit and MLForecast.cross_validation @jmoralez (#444 )
feat: infer samples required for built-in lag transforms updates @jmoralez (#445 )
v0.13.6
08 Nov 18:01
Compare
Sorry, something went wrong.
No results found
Bug Fixes
fix(distributed): exogenous handling in distributed cross validation @jmoralez (#443 )
fix(distributed): support pre-computed features @jmoralez (#436 )
v0.13.5
10 Oct 21:14
Compare
Sorry, something went wrong.
No results found
Enhancement
enh: add step_size to AutoMLForecast @jmoralez (#426 )
support step_size selection in optimization.mlforecast_objective @bchaoss (#419 )
use TypeVar for dataframes and distribute py.typed file @jmoralez (#408 )
v0.13.4
23 Aug 05:24
Compare
Sorry, something went wrong.
No results found
New Features
Documentation
Clear up the README for the new user @Ammar-Azman (#397 )
Enhancement
v0.13.3
25 Jul 18:33
Compare
Sorry, something went wrong.
No results found
Bug Fixes
handle no target transforms in DistributedMLForecast.to_local @jmoralez (#388 )
Enhancement