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

https://github.com/mtchavez/mlwr

Machine Learning With R
https://github.com/mtchavez/mlwr

Last synced: about 2 months ago
JSON representation

Machine Learning With R

Awesome Lists containing this project

README

        

# Machine Learning WIth R

Following along with examples from book

## OSX Java RStudio Issue

If java isn't loading correctly for packages needing rJava load
RStudio as so

`LD_LIBRARY_PATH=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/server: open -a rstudio`