We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c1c68 commit 3f0ddf5Copy full SHA for 3f0ddf5
mbpls/mbpls.py
@@ -18,7 +18,7 @@
18
__all__ = ['MBPLS']
19
20
21
-class MBPLS(BaseEstimator, TransformerMixin, RegressorMixin, MultiOutputMixin):
+class MBPLS(TransformerMixin, RegressorMixin, MultiOutputMixin, BaseEstimator):
22
"""(Multiblock) PLS regression for predictive modelling using latent variables
23
--------------------------------------------------------------------------
24
0 commit comments