docstring update

This commit is contained in:
Matthias Bisping 2022-03-29 23:57:09 +02:00
parent e9489287bd
commit 8b15ac6df4

View File

@ -16,8 +16,7 @@ class Classifier:
an EstimatorAdapter must be implemented.
Args:
estimator_adapter: adapter for a given estimator backend; expected to be a classifier that returns mappings
from numeric labels to probabilities as predictions or numeric labels
estimator_adapter: adapter for a given estimator backend
classes: mapping from a numerical label to a human-readable label for classes
"""
self.__estimator_adapter = estimator_adapter