An analysis of varying football metrics utilizing visualization methods in ggplot2 & plotly.
R Markdown of a quick ML Classifier tutorial utilizing Support Vector Machines, and RF.
Tutorial on writing an R script that appends multiple data files into a single data frame.
An introduction to Sentiment Analysis in R using Yelp data from Austin coffee houses.
Application Programming Interfaces or APIs make it easy to access data from external systems, but repeated calls could prove to be somewhat cumbersome. In some situations, it may save a lot of time if you construct an API wrapper...
Singapore Car Park Vacancy Patterns - Building a tool to help Singaporean drivers make informed decisions.
An introduction to weather analysis using tidyr, rnoaa, and Tableau.
A brief article outlining the implementation of a simple ETL work flow utilizing Apache Airflow.
Introduction to building and evaluating GLM & RF classification models using caret.
Outlining a machine learning application for predicting hotel cancellations, allowing hotel business to overbook accordingly.
An introduction to programming in R. How function writing can help simplify code and increase productivity in your analytic worklflow.
We deployed 25 temperature data loggers to Lordsburg NM, with the intention of identifying locations on recently acquired land that may suffer from recurring freezing after budbreak.
A quick primer about pipe operators in R.
Predicting missed deadlines of freelance transcribers via feature engineering and SK Learn.
Simple and multiple linear regression in R, Simpson's paradox, parallel lines, parallel planes, and parameter inference.
Successfully predict the survival status of passengers by numerous variables such as the passenger class, sex, etc.