Go to file
Primoz c1564f0cae Changed wrapper method calculate_feature to its newest version (for TEMP and ACC). 2022-05-11 14:21:21 +00:00
.github Update docs with contributing guide 2021-05-10 15:48:14 -04:00
data/external Testing and modifying the code with different E4 data. 2022-05-10 11:36:49 +00:00
docs Update docs for Git Flow section & RAPIDS paper info 2021-11-19 13:57:10 -05:00
example_profile Make place for STRAW models. 2022-02-04 17:25:24 +01:00
models First commit 2019-10-22 13:11:01 -04:00
notebooks First commit 2019-10-22 13:11:01 -04:00
problems Keep track of warning messages. 2021-12-15 16:19:29 +01:00
references First commit 2019-10-22 13:11:01 -04:00
renv Update renv 2021-03-11 14:39:26 -05:00
reports Add restore_sql_file rule; notsummarised module; diff platforms for heatmap_days_by_sensors 2020-08-03 13:09:16 -04:00
rules Alternating Second order and full segment features corresponding to config settings. 2022-05-11 08:50:15 +00:00
src Changed wrapper method calculate_feature to its newest version (for TEMP and ACC). 2022-05-11 14:21:21 +00:00
tests Data cleaning (#166) 2021-11-19 10:34:36 -05:00
tools Data cleaning (#166) 2021-11-19 10:34:36 -05:00
.Rprofile Add Travis CI 2020-05-18 19:24:34 -04:00
.gitattributes Force Unix style end of line. 2021-11-17 19:12:40 +01:00
.gitignore Added cf provider for EDA feature processing. 2022-03-23 15:13:53 +00:00
Dockerfile Add libglpk40 dependency 2021-01-05 19:24:49 -05:00
LICENSE Update LICENSE 2020-03-10 16:52:23 -04:00
README.md Small changes. 2022-04-04 12:19:33 +00:00
Snakefile Reseting files to defaults - for Minimal Working Example 2022-03-16 13:30:19 +00:00
__init__.py Add folder structure for CF testing and EDA test. 2022-03-21 10:40:18 +00:00
code_of_conduct.md Add code of conduct 2020-11-30 13:51:05 -05:00
config.yaml Changed wrapper method calculate_feature to its newest version (for TEMP and ACC). 2022-05-11 14:21:21 +00:00
environment.yml Cr-features corrections for ACC and TEMP sensors 2022-05-09 11:01:52 +00:00
mkdocs.yml Data cleaning (#166) 2021-11-19 10:34:36 -05:00
rapids remove .py ext from rapids.py 2020-10-28 16:59:19 -04:00
renv.lock Add missing dependencies for caret and corrr. 2021-12-15 19:26:16 +01:00

README.md

GitHub release (latest SemVer) Snakemake Documentation Status tests Contributor Covenant

RAPIDS

Reproducible Analysis Pipeline for Data Streams

For more information refer to our documentation

By MoSHI, University of Pittsburgh

Installation

For RAPIDS installation refer to to the documentation

CalculatingFeatures

This RAPIDS extension uses CalculatingFeatures library accessible here.

To use CalculatingFeatures library:

  • Follow the installation instructions in the README.md.

  • Copy built calculatingfeatures folder into the RAPIDS workspace.

  • Install the CalculatingFeatures package by:

    pip install "path/to/the/calculatingfeatures/folder"
    CalculatingFeatures package has to be built and installed everytime to get the newest version.