Archive

Tag: code

December 22, 2016 · Data Science

Alternating Least Squares (ALS) Spark ML

Alternating Least Squares (ALS) for Santander Kaggle competition The Kaggle Santander competition just concluded. I decided for this competition to continue my learning process…

scala-xgboost-spark
November 14, 2016 · Code

Install JVM xgboost package

Install JVM xgboost package to interface to Apache Spark For a complete guide and documentation, please refer to the official xgoost documentation. Here, I’m…

November 13, 2016 · Data Science

Kaggle Bosch competition using Apache Spark

Apache Spark for Kaggle competitions I competed in Kaggle Bosch competition to predict the failures during the production lines.  As described in another post,…

new-project
October 28, 2016 · Data Science

Scala project under IntelliJ IDEA

Setup of a scala project using IntelliJ IDEA I suppose you have already downloaded and installed the community edition of IntelliJ IDEA  from this…

October 26, 2016 · Code

Spark code snippets

A growing post which gathers short pieces of code Let’s suppose spark to be an opened spark session. # Open a spark session spark…