Skip to content

Added 'performance evaluation'-section #29

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MachineLearning.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,5 +319,7 @@ roughly structured into the following topics:
Alternative decompositions of predictions are implemented in
`r pkg("lime")` and `r pkg("iBreakDown")`.

- *Performance evaluation*: `r pkg(mlr3measures)`, `r pkg(yardstick)`, `r pkg(MLmetrics)` and `r pkg(SLmetrics)` provide a wide array of classification, regression and clustering metrics for machine learning tasks. mlr3measures is a part of the mlr3verse framework, yardstick is built with tidyverse for the tidymodels framework. MLmetrics and SLmetrics are standalone packages built in base 'R' and 'C++', respectively.

### Links
- [MLOSS: Machine Learning Open Source Software](http://www.MLOSS.org/)