2020-06-24 00:29:01 +02:00
|
|
|
# Participants to include in the analysis
|
|
|
|
# You must create a file for each participant named pXXX containing their device_id. This can be done manually or automatically
|
2020-07-27 23:54:52 +02:00
|
|
|
# PIDS: [test01, test02, test03, test04]
|
2020-06-26 22:47:31 +02:00
|
|
|
PIDS: [test01, test02, test03, test04]
|
2020-04-29 17:44:31 +02:00
|
|
|
|
|
|
|
# Global var with common day segments
|
|
|
|
DAY_SEGMENTS: &day_segments
|
2020-09-03 18:04:29 +02:00
|
|
|
TYPE: INTERVAL_EVERY_DAY # FREQUENCY_EVERY_DAY, INTERVAL_EVERY_DAY, INTERVAL_FLEXIBLE_DAY
|
|
|
|
FILE: "data/external/daysegments_interval.csv"
|
2020-04-29 17:44:31 +02:00
|
|
|
|
2020-07-09 19:01:50 +02:00
|
|
|
PHONE_VALID_SENSED_BINS:
|
2020-09-03 18:04:29 +02:00
|
|
|
DB_TABLES: [bluetooth]
|
2020-06-17 22:23:00 +02:00
|
|
|
|
2020-08-13 19:41:45 +02:00
|
|
|
BLUETOOTH:
|
|
|
|
DB_TABLE: bluetooth
|
2020-09-03 18:04:29 +02:00
|
|
|
PROVIDERS:
|
|
|
|
RAPIDS:
|
|
|
|
COMPUTE: True
|
|
|
|
FEATURES: ["countscans", "uniquedevices", "countscansmostuniquedevice"]
|
|
|
|
SRC_FOLDER: "rapids" # inside src/features/bluetooth
|
|
|
|
SRC_LANGUAGE: "r"
|
2020-08-13 19:41:45 +02:00
|
|
|
|