shivaram / spark-ml

proposal for the new interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spark-ml

Example pipelines with new interfaces

To build this clone https://github.com/mengxr/spark and checkout the branch SPARK-3530 Run sbt/sbt publish-local on the SPARK-3530 branch and then build this project.

To run the MNIST pipeline

  1. Download the test and train data from

  2. Run the pipeline using

  ./sbt/sbt -Djava.library.path=./lib "run-main \
    ml.MnistRandomFFTPipeline local data/train-mnist-dense-with-labels.data data/test-mnist-dense-with-labels.data 1"

About

proposal for the new interfaces

License:Apache License 2.0


Languages

Language:Scala 50.3%Language:Shell 49.7%