Class LogisticRegressionTrainer

java.lang.Object
org.tribuo.classification.sgd.linear.LinearSGDTrainer
org.tribuo.classification.sgd.linear.LogisticRegressionTrainer
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Configurable, com.oracle.labs.mlrg.olcut.provenance.Provenancable<TrainerProvenance>, Trainer<Label>, WeightedExamples

A logistic regression trainer that uses a reasonable objective, optimiser, number of epochs and minibatch size. If you wish to modify any of these aspects, you can create your own LinearSGDTrainer.

This is strictly a convenience class for folks who are looking for a simple logistic regression.