Skip to content

Commit a5abfc1

Browse files
Apply suggested fix to src/linearboost/linear_boost.py from Copilot Autofix
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent 392f8e5 commit a5abfc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/linearboost/linear_boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def staged_decision_function(self, X):
189189
score : generator of ndarray of shape (n_samples, k)
190190
The decision function of the input samples. The order of
191191
outputs is the same of that of the :term:`classes_` attribute.
192-
Binary classification is a special cases with ``k == 1``,
192+
Binary classification is a special case with ``k == 1``,
193193
otherwise ``k==n_classes``. For binary classification,
194194
values closer to -1 or 1 mean more like the first or second
195195
class in ``classes_``, respectively.

0 commit comments

Comments
 (0)