Thursday, October 20, 2016

Model Training


For Classifiers

ModuleDescription
Train ModelTrains a classification or regression model from a training set. Takes an Untrained Model and the Training Data and Trains a Model.
Tune HyperparametersMany Models have Hyperparameters, so it's better to replace the Train Model with a Tune Hyperparameters module. It takes an Untrained Model, the Training Data, and some Validation Data and Trains a Model and Tunes the Hyperparameters.

For Regression

ModuleDescription
Train ModelTrains a classification or regression model from a training set. Takes an Untrained Model and the Training Data and Trains a Model.
Tune HyperparametersMany Models have Hyperparameters, so it's better to replace the Train Model with a Tune Hyperparameters module. It takes an Untrained Model, the Training Data, and some Validation Data and Trains a Model and Tunes the Hyperparameters.

For Anomaly Detection

ModuleDescription
Train Anomaly Detection ModelTrains an anomaly detector model and labels data from a training set. Takes an Untrained Model and the Training Data and Trains a Model.

For Clustering

ModuleDescription
Train Clustering ModelTrains a clustering model and assigns data from the training set to clusters. Takes an Untrained Model and the Training Data and Trains a Model.
Sweep ClusteringPerforms a parameter sweep on a clustering model to determine the optimum parameter settings and trains the best model. Takes an Untrained Model and the Training Data and Trains a Model.

No comments:

Post a Comment