We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58513a1 commit 7a43676Copy full SHA for 7a43676
src/linearboost/linear_boost.py
@@ -241,6 +241,10 @@ def _more_tags(self) -> dict[str, bool]:
241
"check_sample_weight_equivalence_on_dense_data": (
242
"In LinearBoostClassifier, setting a sample's weight to 0 can produce a different "
243
"result than omitting the sample. Such samples intentionally still affect the data scaling process."
244
+ ),
245
+ "check_sample_weights_invariance": (
246
+ "In LinearBoostClassifier, a zero sample_weight is not equivalent to removing the sample, "
247
+ "as samples with zero weight intentionally still affect the data scaling process."
248
)
249
},
250
}
0 commit comments