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