Class IterationResult (1.23.1)

Information about a single iteration of the training run.

.. attribute:: index

Index of the iteration, 0 based.

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

Learn rate used for this iteration.

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.

.. attribute:: centroid_id

Centroid id.

Cluster size, the total number of points assigned to the cluster.