-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.6 KB
/
DESCRIPTION
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: sansa
Title: Improving Imbalanced Machine Learning with Neighborhood-Informed Synthetic Sample Placement
Version: 0.0.1
Authors@R:
c(
person(given = "Murtaza",
family = "Nasir",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4481-065X")),
person(given = "Ali",
family = "Dag",
role = c("ctb")),
person(given = "Serhat",
family = "Simsek",
role = c("ctb")),
person(given = "Anton",
family = "Ivanov",
role = c("ctb")),
person(given = "Asil",
family = "Oztekin",
role = c("ths"))
)
Description: Machine learning is widely used in information-systems design. Yet, training algorithms on imbalanced datasets may severely affect performance on unseen data. For example, in some cases in healthcare, financial, or internet-security contexts, certain sub-classes are difficult to learn because they are underrepresented in training data. This R package offers a flexible and efficient solution based on a new synthetic average neighborhood sampling algorithm ('SANSA'), which, in contrast to other solutions, introduces a novel “placement” parameter that can be tuned to adapt to each dataset's unique manifestation of the imbalance. More information about the algorithm's parameters can be found at Nasir et al. (2022) <https://murtaza.cc/SANSA/>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
FNN,
ggplot2