Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More performance metrics #16

Open
jarbet opened this issue Nov 20, 2024 · 1 comment
Open

More performance metrics #16

jarbet opened this issue Nov 20, 2024 · 1 comment

Comments

@jarbet
Copy link

jarbet commented Nov 20, 2024

My understanding of v1.1 on CRAN is that only 1 performance metrics is implemented for regression (mean absolute error?) and classification (overall accuracy?). It would be great to implement more metrics like:

Numeric outcomes

  • R-squared
  • mean absolute error

Binary outcomes

  • AUC
  • PRAUC
  • F1
  • sensitivity
  • specificity
  • PPV
  • NPV
  • Matthew's correlation coefficient

3+ category outcomes

  • "one-vs-all" versions of all of the binary metrics, as well as the average across classes
@matloff
Copy link
Owner

matloff commented Nov 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants