Closed MyRespect closed 1 year 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
Thanks for this. I haven't tested for compatibility with sklearn 1.0.1 but will do so and post the fix.
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