From 8adb74517e3a1af44896797180f7ebe7727991d5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 29 Mar 2021 20:12:04 +0000 Subject: [PATCH] Deployed ca2dfac to dev with MkDocs 1.1.2 and mike 0.5.5 --- dev/features/feature-introduction/index.html | 5 +- dev/search/search_index.json | 2 +- dev/setup/overview/index.html | 55 +++++++++++-------- dev/sitemap.xml.gz | Bin 828 -> 828 bytes 4 files changed, 35 insertions(+), 27 deletions(-) diff --git a/dev/features/feature-introduction/index.html b/dev/features/feature-introduction/index.html index ce05a379..58912acc 100644 --- a/dev/features/feature-introduction/index.html +++ b/dev/features/feature-introduction/index.html @@ -1749,7 +1749,8 @@

Behavioral Features Introduction

-

Every device sensor has a corresponding config section in config.yaml, these sections follow a similar structure and we’ll use PHONE_ACCELEROMETER as an example to explain this structure.

+

A behavioral feature is a metric computed from raw sensor data quantifying the behavior of a participant. For example, the time spent at home computed based on location data. These are also known as digital biomarkers.

+

RAPIDS’ config.yaml has a section for each supported device/sensor (e.g., PHONE_ACCELEROMETER, FITBIT_STEPS, EMPATICA_HEARTRATE). These sections follow a similar structure, and they can have one or more feature PROVIDERS, that compute one or more behavioral features. You will modify the parameters of these PROVIDERS to obtain features from different mobile sensors. We’ll use PHONE_ACCELEROMETER as an example to explain this further.

Hint