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

Pype and Pipeline version incompatible #59

Closed MyRespect closed 1 year ago

MyRespect commented 2 years ago

Pype version: 1.2.2 Sklearn version: 1.0.1 Python version: 3.8.10

Problem: init() takes 2 positional arguments but 3 were given

Solution: change to super(Pype, self).init(steps, memory=memory) in seglearn/pipe.py

dmbee commented 2 years ago

Thanks for this. I haven't tested for compatibility with sklearn 1.0.1 but will do so and post the fix.