2018

Logistic regression models are a powerful way to predict binary outcomes (e.g. winning a game or surviving a shipwreck). Multiple explanatory variables (aka “features”) are used to train the model […]

The uTest Scala testing framework can be used to elegantly test your Spark code. The other popular Scala testing frameworks (Scalatest and Specs2) provide multiple different ways to solve the […]