You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bugfix based on MOA source code in the _detect_change method. The k index should increment from 0 to bucket.current_idx - 1. The previous code "for k in range(bucket.current_idx - 1):" only increment k to bucket.current_idx - 2 because of the range function.
* Bugfix based on MOA source code in the _detect_change method. The k index should increment from 0 to bucket.current_idx - 1. The previous code "for k in range(bucket.current_idx - 1):" only increment k to bucket.current_idx - 2 because of the range function.
* Tests updated due to bugfix on the ADWIN change detector - reported on issue #1614
Versions
river version: 0.21.2
Python version: 3.12
Operating system: Windows 11
Describe the bug
Steps/code to reproduce
ARFFLogArtificial01P300C10A.csv
The text was updated successfully, but these errors were encountered: