An open API service indexing awesome lists of open source software.

https://github.com/alexlbaker/r-ml-competition

Project for course Statistical & Machine Learning. ML prediction of property sales price as a regression estimate, given 81 variables both catagorical and numeric.
https://github.com/alexlbaker/r-ml-competition

Last synced: 12 months ago
JSON representation

Project for course Statistical & Machine Learning. ML prediction of property sales price as a regression estimate, given 81 variables both catagorical and numeric.

Awesome Lists containing this project

README

          

# R-Machine-Learning-Competition
Code uses a number of methods in R Cran library H2o to train an optimal model through trial and error of the prediction score. Gradient boosted decision trees were found to be most effective for the dataset provided.

I hope this repo will give you a look into ML in R by giving you ideas for your own approach.

Best of luck,

Alexander Baker.