/usr/lib/python2.7/dist-packages/sklearn/pls.py is in python-sklearn 0.14.1-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | import warnings
from .cross_decomposition import CCA, PLSSVD, PLSRegression, PLSCanonical
warnings.warn("This module has been moved to cross_decomposition and will be "
"removed in 0.16", DeprecationWarning)
|