seglearn icon indicating copy to clipboard operation
seglearn copied to clipboard

Pype and Pipeline version incompatible

Open MyRespect opened this issue 2 years ago • 1 comments

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

MyRespect avatar Mar 02 '22 02:03 MyRespect

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

dmbee avatar Mar 02 '22 03:03 dmbee