Releases: databricks/automl
Releases · databricks/automl
v0.2.5.1
v0.2.5
New features:
- Add pmarima support
- Make prophet model compatible with mlflow model inference.
v0.2.4.1
v0.2.3.1
v0.2.4
Fix the compatibility issue with hyperopt 0.2.7.
v0.2.3
update version to 0.2.3
v0.2.2
update version to 0.2.2
Fix support for Prophet
v0.2.1.1 Update version to 0.2.1
Add support for Prophet
- Add ProphetHyperoptEstimator as the wrapper for hyperparameter tuning with prophet.
- Add Prophet model wrappers for mlflow logging
Date and Timestamp Transformers
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.