QuayAu/fxtract: Feature Extraction from Grouped Data

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.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.9.4
URL https://github.com/QuayAu/fxtract
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("QuayAu/fxtract")
QuayAu/fxtract documentation built on June 8, 2020, 10:26 p.m.