From ee696ece4f624184e868334f9e27b90e1d77b77c Mon Sep 17 00:00:00 2001 From: kcelia Date: Thu, 25 Jan 2024 14:51:13 +0100 Subject: [PATCH] chore: remove comment --- src/concrete/ml/sklearn/base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/concrete/ml/sklearn/base.py b/src/concrete/ml/sklearn/base.py index b42cf5518..6ffdb8e2a 100644 --- a/src/concrete/ml/sklearn/base.py +++ b/src/concrete/ml/sklearn/base.py @@ -1303,7 +1303,6 @@ def __init__(self, n_bits: Union[int, Dict[str, int]]): # Check if 'n_bits' is a valid value. _inspect_tree_n_bits(n_bits) - #: The number of bits to quantize the model. self.n_bits: Union[int, Dict[str, int]] = n_bits #: The model's inference function. Is None if the model is not fitted.