org.apache.spark.ml.classification
Abstraction for Logistic Regression Results for a given model.
Field in "predictions" which gives the the true label of each sample.
Dataframe outputted by the model's transform method.
transform
Field in "predictions" which gives the calibrated probability of each sample as a vector.
Abstraction for Logistic Regression Results for a given model.