Class IterationResult (1.24.0)

Information about a single iteration of the training run.

Time taken to run the iteration in milliseconds.

Loss computed on the eval data at the end of iteration.

Information about top clusters for clustering models.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > IterationResult

Classes

ClusterInfo

Information about a single cluster for clustering model.

Cluster radius, the average distance from centroid to each point assigned to the cluster.