Skip to content

Releases: mindsdb/lightwood

Release 22.8.1.0

05 Aug 12:17
31e9925
Compare
Choose a tag to compare

Changelog

Features

  • Conformal forecasting #862
  • Improved JsonAI templating for analysis blocks #960
  • Some feature importance changes #961

Fixes

  • Default NHITS space params #956
  • Add data limits to PFI block #963

Release 22.7.4.0

26 Jul 01:28
5cf15bb
Compare
Choose a tag to compare

Changelog

Features

  • [ENH] New defaults for sktime mixer, new AutoETS and AutoARIMA mixers (#946)
  • [ENH] Enforce bounded_ts_accuracy as default (#950)

Fixes

  • fix quick start guide #943 (thanks to @ameliatheamazin!)
  • [FIX] kwarg setting for LightGBM GPU (#944)
  • [FIX] Hotfix: use defaults in new groups (#952)

Other

  • [FIX] New bias description (#947)
  • [ENH] Message for missing values (#948)

Release 22.7.3.0

20 Jul 17:40
5496c5d
Compare
Choose a tag to compare

Features

  • [ENH] Add tn_conf for categorical targets (#936)

Bug fixes

  • Better sp detection (#935)
  • Various small fixes (#940)

Others

  • Change supported Python versions to 3.7 and 3.8 (#930)
  • Use prophet 1.1 with wheels (#911, thanks @abitrolly !)
  • order_by is now a single column #938

Release 22.7.2.0

11 Jul 20:18
8fa4521
Compare
Choose a tag to compare

Release 22.7.2.0

Benchmarks

Features

  • Experimental N-HITS forecasting mixer (#886)
  • Differencing blocks for time series tasks (#903)
  • Linear tree for LightGBMArray mixer (#902)
  • STL decomposition blocks for time series tasks (#907)

Fixes

  • Restored statsforecast as default backend for ARIMA models (#904)

Other

N/A

Release 22.6.1.2

03 Jun 14:48
2738c7a
Compare
Choose a tag to compare

Changelog

Features

Fixes

Other

Benchmarks:

Release v22.5.1.0

06 May 16:13
55131e1
Compare
Choose a tag to compare

Changelog:

Features

  • #865 - ProphetMixer to forecast

Bug fixes

  • #866 & #872 - Fix TS float cleaner can't deal with malformed input
  • #873 - Fix non-null TS delta analysis

Other

Benchmarks

Release v22.4.1.0

01 Apr 16:00
732eade
Compare
Choose a tag to compare

Lightwood 22.4.1.0 changelog:

Features: -

Bug fixes:

  • #848 - Log runtime per mixer
  • #855 - Fix dimension error in neural mixer

Other

  • #850 - Restore Windows CI

Full Changelog:

b05e8b4...v22.4.1.0

Release 22.2.1.0

03 Feb 23:11
4b17f7c
Compare
Choose a tag to compare

Lightwood 22.2.1.0 changelog:

Features:

  • Simpler and better Json AI #826
  • Compute & log time per phase #828

Bug fixes: -

Other:

  • Remove anomaly_error_rate arg in favor of fixed_confidence #825

Full Changelog: v22.1.4.0...v22.2.1.0

Release 22.1.4.0

27 Jan 13:21
0d8e420
Compare
Choose a tag to compare

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 to horizon (#803)
  • Set allow_incomplete_history to True by default (#818)

Full Changelog

v1.9.0...v22.1.4.0

Release 1.9.0

27 Dec 21:06
Compare
Choose a tag to compare

Lightwood 1.9.0 changelog:

Features:

  • Improved T+N forecast bounds (#788)
  • Optimized classifier ICP block for confidence estimation (#798)

Bug fixes:

  • Fixed initialization issues in confidence normalizer (#788)
  • Fixed no analysis mode (+ parameter to specify this in a problem definition, #791)
  • Fixed temporal delta estimation for ungrouped series (#792)

Other

  • Add original query index column in output (used internally in MindsDB, #794)
  • Streamlined explain() arg passing #797