gravatar

edwardcooper

edward

Recently Published

Faster R code: part 2
This is a benchmark between map,lapply, foreach, and for in R.
Write faster R code blog
This is the Rmarkdown version of my blog.
How to get a data scientist job
A Data driven analysis on how to find a job
Benchmark for data.table, dplyr and base
Benchmark mark on select, filter command on base, dplyr package and data.table package. Plus, for and foreach benchmark at the end.
Data cleaning for Ames House Price
Data cleaning for Ames House Price
Ames House price
This script is for exploratory data analysis and data cleaning of the dataset.
Sberbank data visualization
Sberbank data visualization
Housing price in Russian
store opening visualization
Trying to replicate visualization https://rud.is/b/2017/04/21/shuttering-pies-with-retiring-stores/
U.S voluntary and involuntary denied boarding.
Data from Bureau of transportation statistics https://www.bts.gov/
Titanic survival prediction-exploratory data analysis and data cleaning
I have performed exploratory data analysis on the Titanic data and cleaned the data for future machine learning spot check. I have also done used random forest and support vector machine with linear kernels on the cleaned data for a baseline in prediction.
Predict concrete strength with a simple neural network
Predict concrete strength with a simple neural network with data from UCI machine learning repository.
Naive Bayes Classifier on SMS data
Use Naive Bayes classifier on the SMS data from UCI machine learning repository to predict whether an SMS message is spam or not with a prediction accuracy of 91.83%.
Data analyst guide for traveling and opening business
Exploratory data analysis on Yelp challenge data to guide travel planning and where to open a business.
Association rule learners
association rule learning on supermarket data
SVM on letterdata
it took some time to do get a SVM. It is really slow.
First nerualnet in R
Trying neuralnet package on concrete data. Result is amazing.
regression method
decision tree and rule learning
machine learning with R initial notes
naive bayes
naive bayes classification on sms message
What to do in Vegas
linear regression compare
Jan 26 Data compare