| Interface | Description |
|---|---|
| LeaderboardCell<V,SELF extends LeaderboardCell> |
| Class | Description |
|---|---|
| AlgoName | |
| Leaderboard |
Utility to track all the models built for a given dataset type.
|
| LeaderboardColumn |
Meta info for a leaderboard column.
|
| LeaderboardExtensionsProvider |
This provider allows a model generator (e.g.
|
| MetricScore |
A cell for a scoring metric column.
|
| ModelId |
A cell for the model id column.
|
| ScoringTimePerRow |
A cell computing lazily the average time needed to score a single row with the model.
|
| TrainingTime |
A cell providing the time needed to train the model.
|
| Enum | Description |
|---|---|
| Leaderboard.ScoreData |
What data should be used to generate leaderboard metrics.
|