Scala for data science examples

This repository contains the code examples for Scala for data science. The aim of the book is to teach people who know a bit of Scala about useful libraries and tools for writing data science applications.

The examples are divided as follows:

To run the examples, start by installing SBT, the (main) build tool for Scala projects.

Once you have installed SBT, download this repository using:

$ git clone https://github.com/pbugnion/s4ds.git

You can then navigate to each chapter and type sbt run in a terminal to run the source code, or sbt console to open a Scala console with all the dependencies for that particular chapter. Read the README for each chapter for more detail.