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 |
Depends: | R (≥ 3.4.0) |
Imports: | dplyr, magrittr, checkmate, data.table, future.apply, R6 |
Suggests: | testthat, knitr, covr, utils, future, pkgdown |
Published: | 2020-06-05 |
Author: | Quay Au [aut, cre], Clemens Stachl [ctb], Ramona Schoedel [ctb], Theresa Ullmann [ctb], Andreas Hofheinz [ctb] |
Maintainer: | Quay Au <quayau at gmail.com> |
BugReports: | https://github.com/QuayAu/fxtract/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/QuayAu/fxtract |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | fxtract results |
Reference manual: | fxtract.pdf |
Vignettes: |
fxtract |
Package source: | fxtract_0.9.4.tar.gz |
Windows binaries: | r-devel: fxtract_0.9.4.zip, r-release: fxtract_0.9.4.zip, r-oldrel: fxtract_0.9.4.zip |
macOS binaries: | r-release: fxtract_0.9.4.tgz, r-oldrel: fxtract_0.9.4.tgz |
Old sources: | fxtract archive |
Please use the canonical form https://CRAN.R-project.org/package=fxtract to link to this page.