LogisticRegressionTrainingSummaryImpl (Spark 3.5.5 JavaDoc) (original) (raw)


public class LogisticRegressionTrainingSummaryImpl
extends LogisticRegressionSummaryImpl
implements LogisticRegressionTrainingSummary
Multiclass logistic regression training results.
param: predictions dataframe output by the model's transform method. param: probabilityCol field in "predictions" which gives the probability of each class as a vector. param: predictionCol field in "predictions" which gives the prediction for a data instance as a double. 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. param: weightCol field in "predictions" which gives the weight of each instance. param: objectiveHistory objective function (scaled loss + regularization) at each iteration.
See Also:
Serialized Form