Michigan Institute for Data Science (MIDAS) project where we were asked to study Detroit demographic data to find a way to prioritize which areas of Detroit were in most need of having internet. A Tableau Dashboard was created to allow the user to weigh different characteristics in order to see how prioritization would change.
#Capstone
This was a project with the goal of doing an analysis on the combination of at least two data sets, rain and taxi rides in New York City. We also had a goal of using differences in differences to try to show the effects of rain on the number of taxi rides taken.
Dendrogram of coin clusters based on price movement
There were two tasks in this project, both a supervised and unsupervised learing analysis. We decided to try to do next-day price prediction for the supervised learning part because it was a simpler goal for us to understand. For the unsupervised learning part of the project, we wanted to see if we could find families of coins whose prices tend to move together. This was accomplished by finding similar price movement through dynamic time warping and clustering, with the result being quite reasonable.
Rain effects of taxi rides
This was a project with the goal of doing an analysis on the combination of at least two data sets, rain and taxi rides in New York City. We also had a goal of using differences in differences to try to show the effects of rain on the number of taxi rides taken.
Deepnote to Streamlit
This is a mostly empty example project to show how to code on Deepnote, connect through github, and have a site hosted on Streamlit. A little bit of code specific to Deepnote that makes things more convenient are included.