-
Notifications
You must be signed in to change notification settings - Fork 0
/
data607_project3_rubric.Rmd
28 lines (18 loc) · 1.86 KB
/
data607_project3_rubric.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "Data 607 - Project 3 - Rubric"
author: "Glen Dale Davis, Coco Donovan, Alex Khaykin, Mohamed Hassan-El Serafi, Eddie Xu"
date: "2023-02-21"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## Rubric
* You will need to determine what tool(s) you’ll use as a group to effectively collaborate, share code and any project documentation (such as motivation, approach, findings).
* You will have to determine what data to collect, where the data can be found, and how to load it.
* The data that you decide to collect should reside in a relational database, in a set of normalized tables.
* You should perform any needed tidying, transformations, and exploratory data analysis in R.
* Your deliverable should include all code, results, and documentation of your motivation, approach, and findings.
* As a group, you should appoint (at least) three people to lead parts of the presentation.
* While you are strongly encouraged (and will hopefully find it fun) to try out statistics and data models, your grade will not be affected by the statistical analysis and modeling performed (since this is a semester one course on Data Acquisition and Management).
* Every student must be prepared to explain how the data was collected, loaded, transformed, tidied, and analyzed for outliers, etc. in our Meetup. This is the only way I’ll have to determine that everyone actively participated in the process, so you need to hold yourself responsible for understanding what your class-size team did! If you are unable to attend the meet up, then you need to either present to me one-on-one before the meetup presentation, or post a 3 to 5 minute video (e.g. on YouTube) explaining the process. Individual students will not be responsible for explaining any forays into statistical analysis, modeling, data mining, regression, decision trees, etc.