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 instance.
Dataframe outputted by the model's transform method.
transform
Field in "predictions" which gives the calibrated probability of each instance as a vector.
Abstraction for Logistic Regression Results for a given model.