Update FAQ

pull/128/head
JulioV 2021-03-12 17:26:47 -05:00
parent 8e9a3bf4c5
commit 8df629b403
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Frequently Asked Questions
# Common Errors
## Cannot connect to your MySQL server

View File

@ -120,5 +120,5 @@ RAPIDS functionality includes:
??? info "I know how to program in Python or R but not both. Can I still use or extend RAPIDS?"
Yes, you don't need to write any code to use RAPIDS out of the box. If you need to add support for new [data streams](../../datastreams/add-new-data-streams/) or [behavioral features](../../features/add-new-features/) you can use scripts in either language.
??? info "I have scripts that clean data from X sensor, can I use them with RAPIDS?"
Yes, you can add them as a [`[MUTATION][SCRIPT]`](../../datastreams/add-new-data-streams/#complex-mapping) in the `format.yaml` of the [data stream](../../datastreams/data-streams-introduction/) you are using. You will add a `main` function that will receive a data frame with the raw data for that sensor.
??? info "I have scripts that clean raw data from X sensor, can I use them with RAPIDS?"
Yes, you can add them as a [`[MUTATION][SCRIPT]`](../../datastreams/add-new-data-streams/#complex-mapping) in the `format.yaml` of the [data stream](../../datastreams/data-streams-introduction/) you are using. You will add a `main` function that will receive a data frame with the raw data for that sensor that in turn will be used to compute behavioral features.

View File

@ -149,6 +149,6 @@ nav:
- Others:
- Migrating from an old version: migrating-from-old-versions.md
- Code of Conduct: code_of_conduct.md
- FAQ: faq.md
- Common Errors: common-errors.md
- Team: team.md
- Change Log: change-log.md