- Define waypoint cells during dataset processing for use by metrics (PR #11, PR #14)
- Add calculation of distances between waypoints to dataset preprocessing (PR #11, PR #14)
- Define label centroids in dataset preprocessing and calculate distances between centroids and from waypoints to centroids (PR #11, PR #14)
- Add a post-processing component that calculates distances in the embedding space (PR #11, PR #14)
- Add to centroid and between label distance correlation scores (PR #11, PR #14)
- Modify co-ranking metrics to use pre-computed distances (PR #11)
- Modify distance correlation metrics to use pre-computed distances (PR #11)
- Move spectral distance correlation to a separate component (PR #11)
- Disable the trustworthiness metric as it is calculated as part of the co-ranking metrics (PR #11)
- Update documentation for distance correlation metrics (PR #11, PR #14)
- Speed up calculating distance matrices in the co-ranking metrics (PR #4)
- Updated workflow resources for method and metric components (PR #3)
- Updated workflows to work correctly for this task (PR #2)
- Migrated components from the main Open Problems repository (PR #1)