lacava / few

a feature engineering wrapper for sklearn
https://lacava.github.io/few
GNU General Public License v3.0
50 stars 22 forks source link

add balanced accuracy option #6

Closed lacava closed 7 years ago

lacava commented 7 years ago

add option to assess ML model based on balanced accuracy.

lacava commented 7 years ago

i think the easiest way to achieve this is actually to do it externally to few. for example, assign the scoring function of the ML estimator that is input to FEW to have a custom balanced_accuracy metric used.