tsseg.metrics.AdjustedRandIndex

class tsseg.metrics.AdjustedRandIndex(**kwargs)[source]

Computes the Adjusted Rand Index (ARI).

__init__(**kwargs)

Initializes the metric with optional parameters.

Methods

__init__(**kwargs)

Initializes the metric with optional parameters.

compute(y_true, y_pred, **kwargs)

Computes the value of the metric.