-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
27 lines (27 loc) · 875 Bytes
/
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
Package: categoryEncodings
Type: Package
Title: Category Variable Encodings
Encoding: UTF-8
Version: 1.5.0
Date: 2020-1-30
Authors@R:
person(given = "Juraj",
family = "Szitas",
role = c("aut", "cre"),
email = "szitas.juraj13@gmail.com")
BugReports: https://github.com/JSzitas/categoryEncodings/issues
Description: Simple, fast, and automatic encodings for category data using
a data.table backend. Most of the methods are an implementation
of Johannemann, Hadad, Athey, Wager (2019) <arXiv:1908.09874>,
particularly their 'means', "sPCA", "low-rank" and
"multinomial logit".
License: GPL-3
RoxygenNote: 7.1.2
Suggests:
testthat (>= 2.1.0),
covr,
tibble
URL: https://github.com/JSzitas/categoryEncodings
Imports: glmnet,
sparsepca,
data.table