From 3560217e3b248a0b894e61691adf354ebbe3a50a Mon Sep 17 00:00:00 2001 From: JulioV Date: Thu, 3 Dec 2020 19:22:16 -0500 Subject: [PATCH] Update to analysis workflow docs --- docs/workflow-examples/analysis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/workflow-examples/analysis.md b/docs/workflow-examples/analysis.md index a4624d19..fe4b9fae 100644 --- a/docs/workflow-examples/analysis.md +++ b/docs/workflow-examples/analysis.md @@ -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