forked from berkeley-cdss/course-site-quarto
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdata.qmd
More file actions
22 lines (19 loc) · 1.99 KB
/
data.qmd
File metadata and controls
22 lines (19 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "IDC 6940 - Capstone Projects in Data Science"
subtitle: "Sample Projects"
layout: page
#callouts: home_callouts
show_sidebar: false
---
The following are examples of reports from previous capstone projects. While there is room for improvement, they are provided here to assist you in meeting the expectations.
##
| **Title** | **Report** |
|:--------------------------------------------|:-----------:|
| \- Linear Mixed Models: Inhale, Exhale, Analyze: BMI’s Imprint on Impulse Oscillometry Outcomes | [Website](https://jjc54.github.io/STA6257_Project_Linear_Mixed_Modelers/) |
| \- Principal Component Analysis | [Website](https://bjcarr08.github.io/STA6257_Project_PCA/) |
| \- K-means Clustering | [Website](http://kmean.scrib.ink/) |
| \- Cross Validation | [Website](https://odo4321.github.io/STA6257_CCross-Validation/) |
| -Predicting Plant Extinctions Using the Random Forest Algorithm | [Website](https://uwfgit.github.io/STA6257_random_forest_project/) |
| -Generalized Estimating Equations | [Website](https://ramblinwreck2718.github.io/STA6257_Project/index.html) |
| -Predicting Survival of Intensive Care Unit Patients with Support Vector Machines | [Website](https://joshholl.github.io/STA6257_Project_SVM/) |
| -Demonstration of a K-Means Clustering Algorithm on Spotify music features | [Website](https://stacychandisingh.github.io/STA6257_Project_KMeans_Clustering/) |