yahoo / egads

A Java package to automatically detect anomalies in large scale time-series data
Other
1.17k stars 330 forks source link

In AutoForecastModel, allow access to the name of chosen model. #56

Open sheldonkreger opened 5 years ago

sheldonkreger commented 5 years ago

This property ought to be public so that consumers of this class can inspect which model is ideal.

https://github.com/yahoo/egads/blob/master/src/main/java/com/yahoo/egads/models/tsmm/AutoForecastModel.java#L36