The following is a collection of my programming projects.
From regular expressions to financial analysis. I'm just getting started.
My Start
My programming career started in the spring of 2016 with C++. I was not interested again until the fall of 2017 when I first started using programming to solve low level problems in statistics. Since then, I have been able to pick up a fair amount all while teaching myself.
2020 March Madness ML
Language: R
Using: tidyverse, randomForest, nnet
Unfortunately the 2020 NCAA Men's Basketball Tournament never came to fruition, but let's see if we can see what could of been through machine learning techniques.
Tidy Tuesday
Language: R
Using: tidyverse
This is a collection of Tidy Tuesday challenges I have completed. Tidy Tuesday is a fun project that aligns with the book R for Data Science and helps Data Analysts perfect their data wrangling and visualization skills.
Coronavirus Dashboard
Language: R, Tableau
Using: dplyr, googledrive, taskscheduleR
[Deprecated] This is my first attempt at a dashboard. I built three dashboards for the global, USA state, and USA county levels. Hit learn more to find out how I built them.
Regular Expressions
Language: R
Using: regmatches, readr
A class project on regular expressions. Who knew Dickens had so many characters in his books? ... Now I do.