scikit-learn/scikits/learn/decomposition/__init__.py

5 lines
174 B
Python

import warnings
warnings.warn('scikits.learn namespace is deprecated and will be removed in '
'0.12, please use sklearn instead')
from sklearn.decomposition import *