A simple example demonstrating model selection using CrossValidator.
An example runner for decision trees.
A simple example demonstrating how to write your own learning algorithm using Estimator, Transformer, and other abstractions.
An example runner for decision trees.
An example demonstrating a k-means clustering.
An example runner for linear regression with elastic-net (mixing L1/L2) regularization.
An example runner for logistic regression with elastic-net (mixing L1/L2) regularization.
An example app for ALS on MovieLens data (http://grouplens.
An example runner for Multiclass to Binary Reduction with One Vs Rest.
An example runner for decision trees.
A simple example demonstrating ways to specify parameters for Estimators and Transformers.
A simple text classification pipeline that recognizes "spark" from input text.
A simple example demonstrating model selection using TrainValidationSplit.