LinearRegressionSummary (Spark 3.5.5 JavaDoc) (original) (raw)


public class LinearRegressionSummary
extends Object
implements scala.Serializable
Linear regression results evaluated on a dataset.
param: predictions predictions output by the model's transform method. param: predictionCol Field in "predictions" which gives the predicted value of the label at each instance. param: labelCol Field in "predictions" which gives the true label of each instance. param: featuresCol Field in "predictions" which gives the features of each instance as a vector.
See Also:
Serialized Form