Skip to content

Releases: kristeligt-dagblad/dbt_ml

v0.6.1

06 Aug 08:45
5ef1535
Compare
Choose a tag to compare

This release adds support for creating remote connection models in BigQuery, introduces a forecast macro, and model audit support for ARIMA_PLUS, ARIMA_PLUS XREG, RF, DNNLC, PCA and Autoencoder (#48, #49, #55)

What's Changed

  • Add support for remote connection models (#58)
  • Model audit now supporting ARIMA_PLUS (#48), RF, DNNLC, ARIMA PLUS XREG, PCA and Autoencoder (#49, #55)
  • Macro for ml.forecast with default parameters set to 30 units ahead with 0.8 with 80% (#53)

Full Changelog: v0.6.0...v0.6.1

v0.6.0

15 Feb 11:03
2c227ca
Compare
Choose a tag to compare

This release adds support for dbt versions from 1.2.0 onwards as well as various bug fixes.

What's Changed

  • Fix incompatibility with dbt utils v1.0.0 by @davidsr2r in #43
  • Add dimension to feature info; remove labels from CREATE statement. by @rbjerrum in #45

Full Changelog: v0.5.2...v0.6.0

v0.5.2

05 Oct 08:56
83ae218
Compare
Choose a tag to compare

New features

  • Support Tensorflow models (#31)
  • New inference methods: dbt_ml.recommend and dbt_ml.detect_anomalies (#35, #36)

This release contains no breaking changes.

v0.5.1

29 Oct 11:36
008cb40
Compare
Choose a tag to compare

New features

  • Add support for hyperparameter tuning of BQML models (#25).

Documentation

  • Update README with information on reservations (#24).

This release contains no breaking changes.

v0.5.0

20 Jul 14:28
73488d0
Compare
Choose a tag to compare

Breaking Changes

  • Requires dbt >= 0.20.0.

Changes

  • Updates calls to adapter.dispatch to support dbt >= 0.20.0 (see changes to dispatch in dbt v0.20.0 #78).
  • Use dbt-labs instead of fishtown-analyics when fetching other packages (dbt_utils).

v0.4.0

12 Oct 14:33
0a05ee3
Compare
Choose a tag to compare

This release contains breaking changes and requires dbt>=v0.18.0.

  • Use adapter.dispatch instead of adapter_macro (#9).

v0.3.2

12 Oct 13:47
a24d9f8
Compare
Choose a tag to compare

This is a bugfix release.

  • Set learning rate to null for kmeans in audit hook. (#5).

v0.3.1

11 Aug 13:18
aaf37cc
Compare
Choose a tag to compare

This is a bugfix release.

  • Add helpful examples to readme, fix eval loss on kmeans audit (#4, @tonytusharjr).

v0.3.0

06 Jul 14:35
fc119ff
Compare
Choose a tag to compare

This release adds support for AutoML, DNN and Boosted Tree models.

Breaking changes:

  • dbt_ml now requires dbt version 0.17 or higher.

v0.2.0

15 Jun 08:39
0038829
Compare
Choose a tag to compare
  • Added support for dbt v0.17.0.
  • Added dbt_utils to packages.yml (dbt_utils was also a dependency in prior versions).

Thank you @jtcohen6!