MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

implement cross-validation for classifiers #25

Closed stevehadd closed 4 years ago

stevehadd commented 4 years ago

Currently, the demo notebook only show results for one split of the data, so we don't know whether this performance is sensitive to how the data is split. We need to test this sensitivity and thus the robustness of the results achieved so far by doing cross validation on the classifiers tried so far.

stevehadd commented 4 years ago

This has now been demonstrated in notebooks and implemented in the experiment framework.