Pipeline(steps=[('whittakersmooth', WhittakerSmooth(differences=2, lam=1000.0)), ('arpls', ArPls(lam=1000.0, ratio=0.001)), ('standardscaler', StandardScaler(with_std=False)), ('plsregression', PLSRegression())])In a Jupyter environment, please rerun this cell to show the HTML representation or trust the notebook.
Pipeline(steps=[('whittakersmooth', WhittakerSmooth(differences=2, lam=1000.0)), ('arpls', ArPls(lam=1000.0, ratio=0.001)), ('standardscaler', StandardScaler(with_std=False)), ('plsregression', PLSRegression())])
WhittakerSmooth(differences=2, lam=1000.0)
ArPls(lam=1000.0, ratio=0.001)
StandardScaler(with_std=False)
PLSRegression()