From 8b15ac6df482b00b310863668799dd52f8ae0554 Mon Sep 17 00:00:00 2001 From: Matthias Bisping Date: Tue, 29 Mar 2022 23:57:09 +0200 Subject: [PATCH] docstring update --- image_prediction/classifier/classifier.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/image_prediction/classifier/classifier.py b/image_prediction/classifier/classifier.py index e027292..6998bda 100644 --- a/image_prediction/classifier/classifier.py +++ b/image_prediction/classifier/classifier.py @@ -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