Commit Graph

1407 Commits (master)

Author SHA1 Message Date
junos 7a1e4f7139 Add the format file copied from MySQL. 2021-11-17 18:46:16 +01:00
junos ae8ed3999f Add RPostgres to renv.
And update its dependencies.
2021-11-17 12:56:14 +01:00
JulioV 399dbc7d75
Update team.md (#167) 2021-11-13 16:47:12 -05:00
Meng Li dfa11acf87
Updated phone battery test data and results (#165)
Co-authored-by: Weiyu <weiyuhuang7@gmail.com>
2021-10-21 22:54:19 -04:00
Meng Li da633c5d08 Update change-log for v1.6.0 2021-10-18 17:03:21 -04:00
Meng Li 7f4683e0fe
Feature/screen default maxlength (#164)
Updated the default IGNORE_EPISODES_LONGER_THAN to be 6 hours for screen RAPIDS provider
2021-10-14 09:26:06 -04:00
Meng Li 3744367aa9 Updated docs and workflow example for location features with DORYAB provider 2021-10-13 17:06:53 -04:00
Meng Li c7e8777a6e Merge branch 'feature/phone_locations_refactor' into develop 2021-09-23 18:22:11 -04:00
Meng Li f340b89c58 Temporary revert PHONE_LOCATIONS BARNETT provider to use R script 2021-09-23 18:16:13 -04:00
Meng Li a3fb718aea Refactor PHONE_LOCATIONS DORYAB provider to compute features based on location episodes 2021-09-23 17:40:06 -04:00
Meng Li 80522e6b7f Merge branch 'feature/phone_calls_refactor' into develop 2021-09-15 11:47:41 -04:00
Weiyu ff38e36809 Tested phone call episodes 2021-09-15 10:29:56 -04:00
Meng Li a8a178486b Refactor PHONE_CALLS RAPIDS provider to compute features based on call episodes or events 2021-09-15 10:28:37 -04:00
JulioV 2e553dc9e7 Add tqdm package to environment.yaml 2021-08-16 11:04:03 -04:00
Meng Li 3ac12e7dad Fix the bug of step intraday features when INCLUDE_ZERO_STEP_ROWS is False 2021-08-11 12:40:40 -04:00
JulioV 1520a1e755 v1.5.0 Update changelog and team pages 2021-08-09 18:21:58 -04:00
Weiyu 46e4425323 Updated test data for data yield feature 2021-08-09 17:56:29 -04:00
Weiyu 35eebe8a51 Bug fixed: set ratiovalidyielded mins/hours value to the range 0 to 1 2021-08-09 17:56:29 -04:00
Shirley 3c46a1c878 Adding Ian and Shirley as community contributors 2021-08-05 18:25:37 -04:00
JulioV 3e69966c91 Update error message 2021-08-04 15:33:02 -04:00
Shirley 4ddb2845a6 Update initialize_params 2021-08-04 15:33:02 -04:00
JulioV 834bd3b93d Refactor in Python of Barnett provider
Co-authored-by: Shirley Hayati <sahayati@ucdavis.edu>
Co-authored-by: JulioV <JulioV@users.noreply.github.com>
2021-08-04 15:33:02 -04:00
Weiyu c41e1f08cc Tested data yield feature 2021-08-04 11:06:31 -04:00
Weiyu 64976919e4 Tested phone accelerometer feature 2021-08-04 11:06:31 -04:00
Weiyu 7f1c502ea0 Fixed bug: Added local_segment column if no data left after filtered 2021-08-04 11:06:31 -04:00
Weiyu 2e3e433d2b Tested fitbit step summary feature 2021-07-28 10:32:16 -04:00
Weiyu 6f5a143191 Tested fitbit steps intraday feature 2021-07-28 10:32:16 -04:00
JulioV 872125fbb2
Update link to paper that used RAPIDS 2021-07-23 11:57:04 -04:00
Hannah Roberts b52059b027 Ensure date/time format is maintained
Within the 'determine which is home' for loop, 'xx' is the midpoint of two datetime objects. When the midpoint is calculated to be midnight, only the date is returned. This can be replicated with:

mydates <- as.POSIXct("2018-01-01 00:00:00", tz = "UTC")
mydates
[1] "2018-01-01 UTC"

This results in 'hourofday' being NA as an hour cannot be found. By adding the suggested format wrapper, the time is maintained and 'hourofday' can be determined. It can then successfully be applied to the embedded if-statement within the loop.

mydates <- format(as.POSIXct("2018-01-01 00:00:00", tz = "UTC"), "%Y-%m-%d %H:%M:%S")
mydates
[1] "01-01-2018 00:00:00"
2021-07-23 10:12:11 -04:00
Weiyu 5a465873c4 Tested fitbit heartrate intraday feature 2021-07-21 10:24:02 -04:00
Weiyu e9c07924fd Tested fitbit heartrate summary feature 2021-07-20 16:54:08 -04:00
Kennedy Opoku Asare b1e3360e2b Update index.md 2021-07-19 09:54:57 -04:00
JulioV 18463f5e8e Fix bug with internal test script
Date times with a 00:00:00 would not be saved correctly for Fitbits
2021-07-16 16:56:02 -04:00
JulioV ad5796ed5e Update changelog for v1.4.1 2021-07-12 18:22:52 -04:00
JulioV 96d7b6e170 Fix links in home page 2021-07-12 18:15:27 -04:00
JulioV a323f6c390
Merge pull request #150 from carissalow/feature/phone_messages_test
Phone message tests
2021-07-07 10:51:42 -04:00
Weiyu 2e147fb89c Finished phone message test 2021-07-07 01:22:49 -04:00
JulioV 07eb2e7917 Update v1.4.0 changelog 2021-07-01 18:32:14 -04:00
JulioV c8dbd5c5ac Update app foreground docs 2021-07-01 18:27:46 -04:00
Meng Li e1cfcd46e4 Update example workflow for app episode features 2021-07-01 18:08:33 -04:00
JulioV d7fbee5914
Merge pull request #149 from carissalow/feature/own_categories
Feature/own categories
2021-07-01 17:02:28 -04:00
Weiyu 013425e36c Finished phone applications foreground feature test 2021-07-01 16:25:38 -04:00
JulioV 6fa1875bf3 Add app foreground episode count 2021-07-01 16:20:16 -04:00
JulioV bc5c0c9a4f Fix app episode length bug 2021-07-01 16:20:16 -04:00
JulioV 065a926a87 Change own to custom categories name 2021-07-01 16:20:16 -04:00
JulioV e74c745f86 Add own categories to app foreground features 2021-07-01 16:20:16 -04:00
JulioV 5892b6d838 Fix create_participants_files.R to handle numeric PIDs 2021-07-01 16:20:16 -04:00
Weiyu 9593667f38 Finished phone light test 2021-07-01 16:17:08 -04:00
Meng Li b7eafc8d5c Update changelog for v1.4.0 2021-06-29 11:54:42 -04:00
JulioV 0d7b7f3dad
Merge pull request #147 from carissalow/visualization_fix
Fix bugs of visualization module and analysis workflow example
2021-06-29 11:50:55 -04:00