docstring update
This commit is contained in:
parent
e9489287bd
commit
8b15ac6df4
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user