From 3705264529a4d589f9a066894b22b433cd340d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czy=C5=BC?= Date: Thu, 14 Mar 2024 10:39:26 +0100 Subject: [PATCH] Fix a typo. --- quapy/method/aggregative.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quapy/method/aggregative.py b/quapy/method/aggregative.py index 27d692d..feeb5f2 100644 --- a/quapy/method/aggregative.py +++ b/quapy/method/aggregative.py @@ -249,7 +249,7 @@ class AggregativeQuantifier(BaseQuantifier, ABC): class AggregativeCrispQuantifier(AggregativeQuantifier, ABC): """ - Abstract class for quantification methods that base their estimations on the aggregation of crips decisions + Abstract class for quantification methods that base their estimations on the aggregation of crisp decisions as returned by a hard classifier. Aggregative crisp quantifiers thus extend Aggregative Quantifiers by implementing specifications about crisp predictions. """