hawkular / hawkular-datamining

Real-time time series prediction library with standalone server
36 stars 22 forks source link

Try RandomForestRegressor #15

Closed jkremser closed 8 years ago

jkremser commented 8 years ago

it's quite new, but it's worth looking whether it has better results than the currently used StreamingLinearRegressionWithSGD https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/regression/RandomForestRegressor.scala

edit: I am not sure if it can be used in the streaming manner

pavolloffay commented 8 years ago

Regression models won't be used.