scikit-learn/scikits/learn/feature_extraction/text.py

6 lines
185 B
Python

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