HasTrainingSummary

class pyspark.ml.util.HasTrainingSummary[source]

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

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.