From e37b07098f75a51a4e83211dd7c3dcda53573cda Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 20 Jul 2020 16:03:51 -0400 Subject: [PATCH] Fix defaults for Doryab's location features --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index d26c003c..7e44df20 100644 --- a/config.yaml +++ b/config.yaml @@ -82,11 +82,11 @@ BARNETT_LOCATION: MINUTES_DATA_USED: False # Use this for quality control purposes, how many minutes of data (location coordinates gruped by minute) were used to compute features DORYAB_LOCATION: - COMPUTE: True + COMPUTE: False DB_TABLE: locations DAY_SEGMENTS: *day_segments FEATURES: ["locationvariance","loglocationvariance","totaldistance","averagespeed","varspeed","circadianmovement","numberofsignificantplaces","numberlocationtransitions","radiusgyration","timeattop1location","timeattop2location","timeattop3location","movingtostaticratio","outlierstimepercent","maxlengthstayatclusters","minlengthstayatclusters","meanlengthstayatclusters","stdlengthstayatclusters","locationentropy","normalizedlocationentropy"] - LOCATIONS_TO_USE: RESAMPLE_FUSED # ALL, ALL_EXCEPT_FUSED OR RESAMPLE_FUSED + LOCATIONS_TO_USE: ALL # ALL, ALL_EXCEPT_FUSED OR RESAMPLE_FUSED DBSCAN_EPS: 10 # meters DBSCAN_MINSAMPLES: 5 THRESHOLD_STATIC : 1 # km/h