dataeval.core.RankResult

class dataeval.core.RankResult

Type definition for rank output.

indices

Indices that sort the data in order of ‘easy-first’ priority according to the specified method.

Type:

NDArray[np.intp]

scores

Ranking scores for each sample (only available for methods that compute scores: “knn”, “kmeans_distance”, “hdbscan_distance”).

Type:

NDArray[np.float32] | None