pyspark.ml.util.
HasTrainingSummary
Base class for models that provides Training summary.
New in version 3.0.0.
Attributes
hasSummary
Indicates whether a training summary exists for this model instance.
summary
Gets summary of the model trained on the training set.
Attributes Documentation
New in version 2.1.0.
Gets summary of the model trained on the training set. An exception is thrown if no summary exists.