Create a model given the weights and intercept
Create a model given the weights and intercept
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries starting from the initial weights provided.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries starting from the initial weights provided.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries.
Run the algorithm with the configured parameters on an input RDD of LabeledPoint entries.
Set if the algorithm should add an intercept.
Set if the algorithm should add an intercept. Default true.
Set if the algorithm should validate data before training.
Set if the algorithm should validate data before training. Default true.
Train a regression model with L2-regularization using Stochastic Gradient Descent.