Gino Perrotta
Results
2
issues of
Gino Perrotta
As presented here, https://github.com/scikit-multiflow/scikit-multiflow/issues/272, `SAMKNNClassifier` cannot use the `reset()` method. This seems to be due to the name mismatch between internal variable `self.max_wind_size` and input argument `max_window_size`. `max_wind_size` does not...
**Describe the bug** The `skmultiflow.lazy` class `SAMKNNClassifier` throws a non-obvious error when using the reset method. > TypeError: unsupported operand type(s) for *: 'float' and 'NoneType' This appears to stem...
bug