H2O and Machine Learning

Working with H2O has been quite an experience so far. Lets look at how to set it up. We can setup H2O as standalone server, install in R or install in Hadoop. Setting it up on standalone is quite simple. download the zip file unzip h2o-version.zip cd into the directory java -jar h2o.jar Go to… Continue reading H2O and Machine Learning

Computational Statistics setup

With the demand for analytics fast growing, many professionals are looking at leveraging open source systems for their analytics tasks. "R" or "R programming" is one of the famous statistical programming tool that is used for scientific computations. R programming language can also be linked with Hadoop to perform scalable/big data analytics. Here we are… Continue reading Computational Statistics setup