MetOffice / XBTs_classification

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

Add function to data sets to predict and save #22

Closed stevehadd closed 4 years ago

stevehadd commented 4 years ago

The ultimate goal of this software is to output some classification results. This should be added to the dataset class. In addition, we should have a predict function, which adds a new column to the dataframe with the prediction results. The output function can choose which columns to output, maybe using filter_features?

stevehadd commented 4 years ago

result output is now implemented and has been demonstrated in a notebook.