/sparkmlpipeline

Meetup code for SparkML pipeline

Primary LanguageScala

This repository contains example code and sample data for ML Pipelines with Spark ML session. Follow the below steps to clone code and setup your machine.

Prerequisites

  • Java
  • Sbt

2. Getting code

       git clone https://github.com/RamkSwamy/sparkmlpipeline.git

3. Build

    sbt clean package

4 . Loading into an IDE

You can run all the examples from terminal. If you want to run from the IDE, follow the below steps

  • IDEA 14

Install scala plugin. Once plugin is loaded you can load it as maven project.

##5. Up to date

Please pull before coming to the session to get the latest code.