org.apache.spark.examples.ml
A simple example demonstrating how to write your own learning algorithm using Estimator, Transformer, and other abstractions. This mimics org.apache.spark.ml.classification.LogisticRegression. Run with
bin/run-example ml.DeveloperApiExample
A simple example demonstrating how to write your own learning algorithm using Estimator, Transformer, and other abstractions. This mimics org.apache.spark.ml.classification.LogisticRegression. Run with