Goncalo287 / savi_t2

0 stars 0 forks source link

Suggestion: Addition of different metric modes based on user choice #4

Closed RBastos36 closed 8 months ago

RBastos36 commented 8 months ago

A possible implementation to add to the program is the addition of an option in the main menu where it should be possible to choose between different metrics. Here, it could be possible to choose via a radio button, a checkbox or even a drop-down list where it could be selected between the modes 'macro' or 'micro' averaging in the metrics of Precision and Recall.

The difference between these two modes is explained and presented in "Accuracy, precision, and recall in multi-class classification" or in "What is the difference between micro and macro averaging?".

RBastos36 commented 8 months ago

Suggestion implemented as a radio button in the main menu where the user can choose between 'macro' or 'micro' averaging for the precision and recall metrics.