Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelia committed Jan 23, 2024
1 parent 3248216 commit ab45587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/concrete/ml/sklearn/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ab45587

Please sign in to comment.