pyspark.mllib.regression.
LinearModel
A linear model that has a vector of coefficients and an intercept.
New in version 0.9.0.
pyspark.mllib.linalg.Vector
Weights computed for every feature.
Intercept computed for this model.
Attributes
intercept
weights
Attributes Documentation
New in version 1.0.0.