dmbee / seglearn

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

Fix issue59 by changing 'memory' to kwarg in initialization of super in Pype #60

Closed carrowsm closed 2 years ago

carrowsm commented 2 years ago

This fixes seglearn Pype's incompatibility with scikit-learn 1.0. Many classes in sklearn 1.0 no longer accept positional arguments. The init function in Pype, which initializes sklearn's Pipeline, has been changed accordingly.