Package: evabic 0.1.1

Antoine Bichat

evabic: Evaluation of Binary Classifiers

Evaluates the performance of binary classifiers. Computes confusion measures (TP, TN, FP, FN), derived measures (TPR, FDR, accuracy, F1, DOR, ..), and area under the curve. Outputs are well suited for nested dataframes.

Authors:Antoine Bichat [aut, cre]

evabic_0.1.1.tar.gz
evabic_0.1.1.zip(r-4.5)evabic_0.1.1.zip(r-4.4)evabic_0.1.1.zip(r-4.3)
evabic_0.1.1.tgz(r-4.4-any)evabic_0.1.1.tgz(r-4.3-any)
evabic_0.1.1.tar.gz(r-4.5-noble)evabic_0.1.1.tar.gz(r-4.4-noble)
evabic_0.1.1.tgz(r-4.4-emscripten)evabic_0.1.1.tgz(r-4.3-emscripten)
evabic.pdf |evabic.html
evabic/json (API)
NEWS

# Install 'evabic' in R:
install.packages('evabic', repos = c('https://abichat.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/abichat/evabic/issues

On CRAN:

classifiermeasurespredictorsroc-curvestatistics

25 exports 6 stars 1.26 score 0 dependencies 14 scripts 199 downloads

Last updated 2 years agofrom:128b2ee5a5. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 09 2024
R-4.5-winOKSep 09 2024
R-4.5-linuxOKSep 09 2024
R-4.4-winOKSep 09 2024
R-4.4-macOKSep 09 2024
R-4.3-winOKSep 09 2024
R-4.3-macOKSep 09 2024

Exports:add_namesebc_ACCebc_allmeasuresebc_AUCebc_AUC_from_measuresebc_BACCebc_confusionebc_DORebc_F1ebc_FDRebc_FNebc_FNRebc_FORebc_FPebc_FPRebc_NLRebc_NPVebc_PLRebc_PPVebc_tidyebc_tidy_by_thresholdebc_TNebc_TNRebc_TPebc_TPR

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Add names to a vectoradd_names
Available measuresebc_allmeasures
Area under the curveebc_AUC ebc_AUC_from_measures
Confusion matrixebc_confusion
Tidy output for measuresebc_tidy
Measures by thresholdebc_tidy_by_threshold
Confusion measures.ebc_FN ebc_FP ebc_TN ebc_TP
Derived measures.ebc_ACC ebc_BACC ebc_DOR ebc_F1 ebc_FDR ebc_FNR ebc_FOR ebc_FPR ebc_NLR ebc_NPV ebc_PLR ebc_PPV ebc_TNR ebc_TPR