starfys / timechange

Classification of time series data using neural nets
8 stars 9 forks source link

Accuracy measures and k-fold cross validation #16

Open starfys opened 7 years ago

starfys commented 7 years ago

FR05E The system should calculate and present—in a nice way—measures of accuracy of the trained model. I recommend 10-fold cross validation. Must

remoford commented 7 years ago

It actually does this now right? Can we close this ticket?

starfys commented 7 years ago

It doesn't do cross-fold validation yet, but accuracy measures are implemented

remoford commented 7 years ago

Is cross-fold validation a mandatory feature or can this ticket be changed to the enhancement label?