Hi! My name is Ralph Brooks, and I am a data scientist based out of Dallas, TX. I am currently looking for new career opportunities. If I can be of assistance to you or if I can provide additional information, feel free to contact me at ralph_brooks@yahoo.com.
As an introduction to my background, feel free to take a look at my resume at : https://github.com/ralphbrooks/datascience/blob/master/Resume/Ralph-Brooks-Resume.doc?raw=true
Some examples of my technical skills include the following:
BIG DATA
- Hadoop with R - Use of big data within R in order to examine average airport delay times
https://github.com/ralphbrooks/RHadoop-demo/blob/master/airplane/airplane.R
- Hadoop with Java - Examination of the same airplane data purely in Java
https://github.com/ralphbrooks/RHadoop-demo/tree/master/airplane/AirplaneProject/src
- Hadoop with Python - Basic Mapper and Reducer to count words in Python with Hadoop.
https://github.com/ralphbrooks/datascience/tree/master/Hadoop/PythonWordcount
ADVANCED ANALYTICS
- Media Mix Modeling - Basic R script that shows how tv adstock could be modeled:
https://github.com/ralphbrooks/datascience/blob/master/Media-Mix-Modeling/Media-Mix-Modeling.R
- Singular Value Decomposition- Determining the minimum components needed to get a reasonable approximation of an image
https://github.com/ralphbrooks/datascience/blob/master/svd/svd/svd.R
- Propensity Score Matching - Basic example that shows the effect that a training program has on a rise in income
- Survival Analysis - Example showing how unemployment insurance affects the time take it takes to find a job.
https://github.com/ralphbrooks/datascience/blob/master/SurvivalAnalysis/survivalanalysis.R
- Approach to missing data - A brief discussion of how to handle missing data in R that I put together on a self-hosted WordPress site.
http://turningdataintomoney.com/what-should-i-do-with-all-that-missing-data/
MICROSOFT T-SQL
- SQL to pull data from SQL Server 2008 - This slightly complex query pulls and aggregates customer data from a number of different tables (using several with statements and left joins)
https://github.com/ralphbrooks/datascience/blob/master/SQL-Examples/Customer-Extract.sql