Nothing
Code
print(mpls_m)
Output
Fitting method: fit_plsr
ncomp: 15
type : modified
Code
print(pls_m)
Output
Fitting method: fit_plsr
ncomp: 10
type : standard
Code
print(nwppls_m)
Output
Fitting method: fit_plsr
ncomp: 5
type : nwp
Code
print(mxls_m)
Output
Fitting method: fit_xlsr
ncomp: 15
type : modified
min_w: 5
max_w: 10
Code
print(xls_m)
Output
Fitting method: fit_xlsr
ncomp: 10
type : standard
min_w: 3
max_w: 15
Code
print(nwpxls_m)
Output
Fitting method: fit_xlsr
ncomp: 5
type : nwp
min_w: 3
max_w: 15
Code
print(no_pls)
Output
Fitting method: fit_plsr
ncomp: 5
type : no_pls
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.