Update to analysis workflow docs

pull/103/head
JulioV 2020-12-03 19:22:16 -05:00
parent a3330e703b
commit 3560217e3b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Analysis Workflow Example
!!! hint "TL;DR"
- In addition to using RAPIDS to extract behavioral features and create plots, you can structure your data analysis within RAPIDS (i.e. cleaning your features and creating ML/statistical models)
- We include an analysis example in RAPIDS that covers raw data processing, cleaning, feature extraction, machine learning modeling, and evaluation
- Use this example as a guide to structure your own analysis within RAPIDS
- RAPIDS analysis workflows are compatible with your favorite data science tools and libraries