diff --git a/src/concrete/ml/sklearn/base.py b/src/concrete/ml/sklearn/base.py index 7308bd58f..b1ce3d55d 100644 --- a/src/concrete/ml/sklearn/base.py +++ b/src/concrete/ml/sklearn/base.py @@ -1338,8 +1338,8 @@ def fhe_ensembling(self, value: bool) -> None: print("LAA") warnings.simplefilter("always") warnings.warn( - "Enabling `fhe_ensembling` computes the sum of the ouputs of tree ensembles in FHE.\n" - "This may slow down the computation and increase the maximum bitwidth.\n" + "Enabling `fhe_ensembling` computes the sum of the ouputs of tree ensembles in " + "FHE.\nThis may slow down the computation and increase the maximum bitwidth.\n" "To optimize performance, consider reducing the quantization leaf precision.\n" "Additionally, the model must be refitted for these changes to take effect.", category=UserWarning,