HasTrainingSummary

class pyspark.ml.util.HasTrainingSummary

Base class for models that provides Training summary.

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.

summary

Gets summary of the model trained on the training set. An exception is thrown if no summary exists.