Skip to content

Commit d3af90d

Browse files
committed
Update linear_boost.py
1 parent 7a43676 commit d3af90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linearboost/linear_boost.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def _more_tags(self) -> dict[str, bool]:
245245
"check_sample_weights_invariance": (
246246
"In LinearBoostClassifier, a zero sample_weight is not equivalent to removing the sample, "
247247
"as samples with zero weight intentionally still affect the data scaling process."
248-
)
248+
),
249249
},
250250
}
251251

0 commit comments

Comments
 (0)