Skip to content

Commit 3f0ddf5

Browse files
committed
Adapt new MRO of scikit-learn
1 parent 15c1c68 commit 3f0ddf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbpls/mbpls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
__all__ = ['MBPLS']
1919

2020

21-
class MBPLS(BaseEstimator, TransformerMixin, RegressorMixin, MultiOutputMixin):
21+
class MBPLS(TransformerMixin, RegressorMixin, MultiOutputMixin, BaseEstimator):
2222
"""(Multiblock) PLS regression for predictive modelling using latent variables
2323
--------------------------------------------------------------------------
2424

0 commit comments

Comments
 (0)