Skip to content

Releases: databricks/automl

v0.2.5.1

28 Jan 19:57
Compare
Choose a tag to compare

Fix a bug for weekly dataset in pmdarima training and forecasting. See #26 for details.

v0.2.5

19 Jan 03:01
18f5431
Compare
Choose a tag to compare

New features:

  • Add pmarima support
  • Make prophet model compatible with mlflow model inference.

v0.2.4.1

28 Jan 19:42
Compare
Choose a tag to compare

Fix hyper-parameter enum issue for prophet. See #19

v0.2.3.1

28 Jan 19:42
Compare
Choose a tag to compare

Fix hyper-parameter enum issue for prophet. See #19

v0.2.4

01 Dec 00:53
034765e
Compare
Choose a tag to compare

Fix the compatibility issue with hyperopt 0.2.7.

v0.2.3

03 Nov 03:57
f00e808
Compare
Choose a tag to compare
update version to 0.2.3

v0.2.2

25 Oct 21:18
Compare
Choose a tag to compare
update version to 0.2.2

Fix support for Prophet

13 Sep 19:59
8518453
Compare
Choose a tag to compare
v0.2.1.1

Update version to 0.2.1

Add support for Prophet

10 Sep 06:02
5bafcf1
Compare
Choose a tag to compare
  • Add ProphetHyperoptEstimator as the wrapper for hyperparameter tuning with prophet.
  • Add Prophet model wrappers for mlflow logging

Date and Timestamp Transformers

27 Aug 05:25
e2a026f
Compare
Choose a tag to compare

Add DateTransformer and TimestampTransformer to automl-runtime package.
Both transformers extend a base class BaseDateTimeTransformer, which extends sklearn TransformerMixin and BaseEstimator so that our custom transformers can be used in sklearn pipeline.