group-24 / Palpitate

45 stars 16 forks source link

Statistical Machine Learning Model: WEKA #7

Open coopie opened 8 years ago

coopie commented 8 years ago

Using WEKA, we must have a comprehensive machine learning model.

kren1 commented 8 years ago

Implement something like class . There is nothing there at the momement. But I imagined the interface be like train(...) where you do the actual training, then load() and save() so we can save the models to disk (Weka should have loads of methods to do that). Then we also need the actual asses(features) function, which is how we use the model.

The most important thing so the report how good the model is.

There should also be a user dependant model.

kren1 commented 8 years ago

16 should be a good start for this

kren1 commented 8 years ago

This has changed significantly. I think we should just use the Weka GUI and get the ARF files in TBD way.