mlxtend icon indicating copy to clipboard operation
mlxtend copied to clipboard

Evaluation Metrics to Consider

Open BradKML opened this issue 3 years ago • 1 comments

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

  • https://github.com/GiulioRossetti/cdlib/issues/147
  • https://github.com/scikit-learn/scikit-learn/issues/11369

BradKML avatar Mar 31 '22 09:03 BradKML

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

rasbt avatar Mar 31 '22 14:03 rasbt