dmbee / seglearn

Python module for machine learning time series:
https://dmbee.github.io/seglearn/
BSD 3-Clause "New" or "Revised" License
570 stars 63 forks source link

Adapt to imbalanced-learn changes #41

Closed qtux closed 4 years ago

qtux commented 4 years ago

Commit 158258ee583740b1fd142b04371bc4ab0712cdce in imbalanced-learn changed the _check_X_y function signature from a static method to a regular method. This fixes seglearn issue #40.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 237


Totals Coverage Status
Change from base Build 236: 0.0%
Covered Lines: 1923
Relevant Lines: 2022

💛 - Coveralls