smarsland / AviaNZ

GNU General Public License v3.0
28 stars 14 forks source link

CNN wizard - plot ROC on train data #61

Closed Nirosha201 closed 4 years ago

Nirosha201 commented 4 years ago

In the current wizard (https://github.com/smarsland/AviaNZ/commit/b4a3ae21d5b10bfb528c0e51633f48b10efa7e37), the ROC curves are plotted based on test data. But it would be better to 1) plot ROC on train data and 2) add a page to summaries test results same as in the wavelet filter training

Nirosha201 commented 4 years ago

ROC is generated on train data as of https://github.com/smarsland/AviaNZ/commit/6fb82aeea05fee40f418168ce6764ab11d7566d5 and testing is connected to TestRecWizard() because it should be the testing ground for any filter. Need to make the post-proc of TestRecWizard() same as in the batch mode (including CNN).

Nirosha201 commented 4 years ago

Re-done TestRecWizard to be parallel to batch mode as of 6705ab4.