-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ROC plots for response variable classes
Implementation of the `clplots()` method
- Loading branch information
1 parent
c4103d4
commit ca7c2b3
Showing
9 changed files
with
503 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
Package: caretExtra | ||
Type: Package | ||
Title: Extra functionality for predictions and quality control of caret models | ||
Version: 1.1.2 | ||
Description: Tools for user-friendly prediction of outcome in training, | ||
cross-validation and test data, plotting the prediction results and | ||
calculation of error statistics. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Authors@R: | ||
person("Piotr", "Tymoszuk", , "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0398-6034")) | ||
Imports: | ||
coxed, | ||
DescTools, | ||
ggrepel, | ||
plotROC, | ||
qgam, | ||
stringi, | ||
survival | ||
Depends: | ||
caret, | ||
clustTools, | ||
dplyr, | ||
generics, | ||
ggplot2, | ||
purrr, | ||
rlang, | ||
stats, | ||
tibble | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
Package: caretExtra | ||
Type: Package | ||
Title: Extra functionality for predictions and quality control of caret models | ||
Version: 1.1.2 | ||
Description: Tools for user-friendly prediction of outcome in training, | ||
cross-validation and test data, plotting the prediction results and | ||
calculation of error statistics. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Authors@R: | ||
person("Piotr", "Tymoszuk", , "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0398-6034")) | ||
Imports: | ||
coxed, | ||
DescTools, | ||
ggrepel, | ||
plotROC, | ||
qgam, | ||
scales, | ||
stringi, | ||
survival | ||
Depends: | ||
caret, | ||
clustTools, | ||
dplyr, | ||
generics, | ||
ggplot2, | ||
purrr, | ||
rlang, | ||
stats, | ||
tibble | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.