Fix minor issues in docs
parent
25a3492eba
commit
eb258d874a
|
@ -47,9 +47,10 @@ Features description for `[PHONE_SCREEN][PROVIDERS][RAPIDS]`:
|
|||
|avgduration |minutes |Average duration of all unlock episodes.
|
||||
|stdduration |minutes |Standard deviation duration of all unlock episodes.
|
||||
|countepisode |episodes |Number of all unlock episodes
|
||||
<!-- |episodepersensedminutes |episodes/minute |The ratio between the total number of episodes in an epoch divided by the total time (minutes) the phone was sensing data. -->
|
||||
|firstuseafter |minutes |Minutes until the first unlock episode.
|
||||
|
||||
<!-- |episodepersensedminutes |episodes/minute |The ratio between the total number of episodes in an epoch divided by the total time (minutes) the phone was sensing data. -->
|
||||
|
||||
!!! note "Assumptions/Observations"
|
||||
1. In Android, `lock` events can happen right after an `off` event, after a few seconds of an `off` event, or never happen depending on the phone\'s settings, therefore, an `unlock` episode is defined as the time between an `unlock` and a `off` event. In iOS, `on` and `off` events do not exist, so an `unlock` episode is defined as the time between an `unlock` and a `lock` event.
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ When you are done with this configuration, go to [executing RAPIDS](../execution
|
|||
MY_GROUP
|
||||
```
|
||||
!!! hint
|
||||
If you are using RAPIDS' docker container and Docker-for-mac or Docker-for-Windows 18.03+, you can connect to a MySQL database in your host machine using the `host.docker.internal` instead of `127.0.0.1` or `localhost`
|
||||
If you are using RAPIDS' docker container and Docker-for-mac or Docker-for-Windows 18.03+, you can connect to a MySQL database in your host machine using `host.docker.internal` instead of `127.0.0.1` or `localhost`. In a Linux host you need to run our docker container using `docker run --network="host" -d moshiresearch/rapids:latest` and then `127.0.0.1` will point to your host machine.
|
||||
!!! note
|
||||
- You can ignore this step if you are only processing Fitbit data in CSV files.
|
||||
- RAPIDS only supports MySQL/MariaDB databases. If you would like to add support for a different database engine get in touch and we can discuss how to implement it.
|
||||
|
|
Loading…
Reference in New Issue