Skip to content

Releases: hawkular/hawkular-datamining

0.2.0.Final

26 May 15:52
Compare
Choose a tag to compare

I'm happy to announce second release of Hawkular Data Mining. Improved features:

  • Fixed getting historical metrics from hawkular-metrics
  • Prediction intervals
  • Improved REST API for more specific configuration of automatic forecaster

0.1.0.Final

20 Apr 18:22
Compare
Choose a tag to compare

I'm happy to announce first release of Hawkular Data Mining. This release contains several time series models and utility classes for time series manipulation.

Core functionality:

Time series models

  • Simple exponential smoothing
  • Double exponential smoothing (Holt's linear trend)
  • Seasonal triple exponential smoothing (Holt Winters)
  • Simple moving average (Weighted moving average)
  • AutomaticForecaster - which automatically selects the best model
  • Parameters of all models are estimated using maximum likelihood estimation and models are designed for online learning

Time series manipulation & Statistics

  • Augmented Dickey-Fuller test
  • Autocorrelation function (ACF)
  • Time series decomposition
  • Time series lagging
  • Time series differencing
  • Automatic period identification