NSCC-COGS / Aestheta

An Industrial Think Tank Focused on Developing and Promoting AI Technology for Geospatial Applications [Please note this group was formed as an academic exercise for educational purposes and does not represent a real world organization]
MIT License
7 stars 3 forks source link

Implement confusion matrix validation #51

Open kkmcgg opened 3 years ago

kkmcgg commented 3 years ago

We should implement a simple cross check of our classification results wherein we our compare the classification results against for example a google map tile.

Some more information on implementing confusion matrix using scikit learn can be found here: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html