-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
40 lines (40 loc) · 1.37 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
34
35
36
37
38
39
40
Package: fxtract
Type: Package
Title: Feature Extraction from Grouped Data
Date: 2020-06-05
Description: An R6 implementation for calculating features from grouped data.
The output will be one row for each group.
This functionality is often needed in the feature extraction process of machine learning problems.
Very large datasets are supported, since data is only read into RAM when needed.
Calculation can be done in parallel and the process can be monitored.
Global error handling is supported.
Results are available in one final dataframe.
Version: 0.9.4
Authors@R: c(person("Quay", "Au", email = "[email protected]", role = c("aut", "cre")),
person("Clemens", "Stachl", email = "[email protected]", role = "ctb"),
person("Ramona", "Schoedel", email = "[email protected]", role = "ctb"),
person("Theresa", "Ullmann", email = "[email protected]", role = "ctb"),
person("Andreas", "Hofheinz", email = "[email protected]", role = "ctb")
)
URL: https://github.com/QuayAu/fxtract
BugReports: https://github.com/QuayAu/fxtract/issues
NeedsCompilation: yes
ByteCompile: yes
Depends: R (>= 3.4.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: dplyr,
magrittr,
checkmate,
data.table,
future.apply,
R6
Suggests: testthat,
knitr,
covr,
utils,
future,
pkgdown
VignetteBuilder: knitr