Merlion Versions Save

Merlion: A Machine Learning Framework for Time Series Intelligence

v2.0.2

1 year ago

What's Changed

Full Changelog: https://github.com/salesforce/Merlion/compare/v2.0.1...v2.0.2

v2.0.1

1 year ago

What's Changed

Full Changelog: https://github.com/salesforce/Merlion/compare/v2.0.0...v2.0.1

v2.0.0

1 year ago

What's Changed

Major Changes Since v1.3.0

  • Implemented a GUI dashboard for Merlion.
  • Implemented multiple state-of-the-art deep learning forecasting models.
  • Added support for exogenous regressors to all forecasting models.

Major Changes since v1.0.0

  • Implemented a GUI dashboard for Merlion.
  • Added support for exogenous regressors to a wide range of forecasting models.
  • Implemented multiple deep forecasting models, in addition to the existing deep anomaly detection models.
  • Added a change point detection module.
  • Added a pyspark API for Merlion, to perform forecasting or anomaly detection for many time series in parallel.
  • Expanded AutoML to new models, including Prophet and ETS.
  • Added utilities for hierarchical time series.
  • Re-architectured all Merlion models to streamline new development work.

New Contributors

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.3.1...v2.0.0

v1.3.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

Major Changes Since v1.2.0

  • Added a pyspark API for Merlion, to perform forecasting or anomaly detection for many time series in parallel. The API is compatible with the spark-on-k8s-operator.
  • Expanded functionality of AutoETS and AutoProphet models, to automatically select more hyperparameters besides just seasonality.
  • Expanded evaluation framework to accommodate multivariate forecasting. This enables automatic model selection for multivariate time series.
  • Updated Prophet dependency to simplify installation for Python 3.7+.
  • Various bugfixes.

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.5...v1.3.0

v1.2.5

1 year ago

What's Changed

  • Fix a bug where in layered models which prevents certain sub-model params (e.g. target_seq_index) from being set correctly.
  • Fix an argument parsing bug in the pyspark anomaly detection app.
  • Makes max_forecast_steps an optional parameter for tree models.
  • Makes exceptions from ModelFactory more descriptive.
  • Allow the use of ForecastMetric for evaluating multivariate time series by specifying a target_seq_index.

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.4...v1.2.5

v1.2.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.3...v1.2.4

v1.2.3

1 year ago

What's Changed

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.2...v1.2.3

v1.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.1...v1.2.2

v1.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/salesforce/Merlion/compare/v1.2.0...v1.2.1