Closed carrowsm closed 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.
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.