Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.28 KB

features.rst

File metadata and controls

28 lines (18 loc) · 1.28 KB

Add new features to RAPIDS

Take accelerometer features as an example.

  1. Add your script to accelerometer folder

    • Copy the signature of the base_accelerometer_features() function for your own feature function
  2. Add any parameters you need for your function

    • Add your parameters to the settings of accelerometer sensor in config file
    • Add your parameters to the params of accelerometer_features rule in features.snakefile
  3. Merge your new features with the existent features

    • Call the function you just created below this line (LINK) of accelerometer_features.py script
  4. Update config file

    • Add your new feature names to the FEATURES list for accelerometer in the config file