Release 22.1.4.0
Lightwood 22.1.4.0 changelog:
Moving forward, our release versioning schema will follow this format:
[year's last two digits].[month].[week].[patch]
(note: other MindsDB repositories will also switch to this)
Features:
- ConfStats block (#800): provides calibration insights for the lightwood predictor
- Temperature scaling block (#795, experimental & non-default): alternative to ICP block for confidence estimation
- Improved documentation pages (#806)
- Replaced default encoder for time series forecasting tasks (from RNN to simple MA features, #805)
- Explicit detrend and deseasonalize options for sktime mixer (#812)
Bug fixes:
- Updated
update model
tutorial (#774) - Fix forecast horizon lower bound (#801)
- Handle empty input when predicting (#811)
Other
- Rename
nr_predictions
parameter tohorizon
(#803) - Set
allow_incomplete_history
toTrue
by default (#818)