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 c4ecf66 commit 96a5618Copy full SHA for 96a5618
1 file changed
river/neighbors/samknn_classifier.py
@@ -106,7 +106,11 @@ def __init__(
106
self.ltm = SAMkNNLongTermMemory(self.n_neighbors, dist_func=self.dist_func)
107
108
def _unit_test_skips(self):
109
- return {"check_emerging_features", "check_disappearing_features"}
+ return {
110
+ "check_emerging_features",
111
+ "check_disappearing_features",
112
+ "check_radically_disappearing_features",
113
+ }
114
115
@property
116
def _multiclass(self):
0 commit comments