aai-institute / aai-institute/pyDVL
Hard-code ranges for known scorers if requested by name
Offen
enhancement
good first issue
- Vorherrschende Sprache
- Python
- Sterne
- 146
- Forks
- 10
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
when instantiating the Scorer class, the user has the option of passing in a range of values.
Since most of the time the users will use well known and well defined scorers we should be able to auto-fill
its range from a dictionary of known scorers.
We can get the names of the scikit-learn's scorers from [here](https://github.com/scikit-learn/scikit-learn/blob/8c9c1f27b/sklearn/metrics/_scorer.py#L842).
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.