-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.12 KB
/
Copy pathDESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: binaryClass
Type: Package
Title: Binary Classification Package
Version: 1.0.0
Author: Christopher Odoom [aut, cre], Denis Folitse [aut], Owen Gallagher [aut], Paul Shannon [aut]
Maintainer: Christopher Odoom <codoom@umass.edu>
Description:
The binaryClass package provides functions and tools for binary classification tasks.
It includes functions for model training, evaluation, and prediction.
Use the package to streamline the development and analysis of binary classification models.
Example datasets and utility functions are also included. This package also provides a function
for descriptive analysis. It does so by making plots based on user specifications.
License: MIT + file LICENSE
URL: https://github.com/codoom1/binaryClass, https://codoom1.github.io/binaryClass/
BugReports: https://github.com/codoom1/binaryClass/issues
Encoding: UTF-8
Imports:
glmnet,
pROC,
caret,
mgcv,
stats,
graphics,
utils
Suggests:
testthat,
knitr,
rmarkdown,
mlbench,
RColorBrewer
NeedsCompilation: no
Packaged: 2023-11-28 04:06:53 UTC; christopherodoom
RoxygenNote: 7.3.2