rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.83k stars 855 forks source link

Evaluation Metrics to Consider #904

Open BradKML opened 2 years ago

BradKML commented 2 years ago

Describe the workflow you want to enable

There are other weighting schemes than F1 scores and Accuracy that checks on classification strength. There are pair-counting metrics (if ground truth data pairs match similarly to model pairs) and information based (compare model structure to ground truth).

Describe your proposed solution

Adaptation and expansion of external valuation metrics, for possible ensembles.

Describe alternatives you've considered, if relevant

rasbt commented 2 years ago

I am all in for adding more things that are not widely available elsewhere and are useful to others.