gravatar

mbaumer

Matthew Baumer

Recently Published

CDP Project
Example slides for Creating Data Products coursera course project
Shrinkage Methods/Regularized Regression
Simple example of lasso, ridge, and elastic net regressions
Neural Networks
Example of training a neural network onto the adult income dataset from UCI Machine Learning Repository along with network visualization
randomForest
Example prediction task using randomForest and caret packages in R.
Decision Trees
Basic application of a decision tree (rpart) to UCI machine learning repository adult income data.
k-nearest neighbors
Brief example of applying the knn approach to prediction.
Feature Selection
Brief overview of using R for feature selection
NOAA Severe Event Analysis
In this document, we look at injuries as well as fatalities due to the most dangerous weather events in the NOAA storm data set. We then explore economic damage caused by the worst weather events. We find that tornadoes are by a large margin the most dangerous and expensive events and are relatively frequent compared to other events that cause injury and death. We also find that floods are relatively uncommon compared to other severe weather events, but they tend to cause a disproportionate amount of damage both in terms of health outcomes as well as economic outcomes.