Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Ordentlich <[email protected]>
  • Loading branch information
eordentlich committed Sep 5, 2024
1 parent f22881b commit 82d8874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/spark_rapids_ml/classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def setFitIntercept(self, value: bool) -> "LogisticRegression":
Sets the value of :py:attr:`fitIntercept`.
"""
return self._set_params(fitIntercept=value)

def setStandardization(self, value: bool) -> "LogisticRegression":
"""
Sets the value of :py:attr:`standardization`.
Expand Down

0 comments on commit 82d8874

Please sign in to comment.