MetOffice / XBTs_classification

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

Extending iMeta algorithm using ML #19

Closed stevehadd closed 4 years ago

stevehadd commented 4 years ago

The iMeta algorithm for determing the model and manufacturer for a given observation can be described as a decision tree using country, max depth and date of observation. Decisions trees are a class of classification algorithm in ML, so an obvious first step beyond the iMeta algorithm is to see whether an ML decision tree algorithm can do better being trained on the XBT data vailable, than the iMeta algorithm developed through human analysis of that data. things to try:

stevehadd commented 4 years ago

Basic extension is now complete, using a decision tree with the same features as iMeta. Any further development will now go in a another issue.