Skip to content
Snippets Groups Projects
Commit e7774b96 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

BUG: scikits.learn -> sklearn: backward compatibility

parent 364d1df6
No related branches found
No related tags found
No related merge requests found
import warnings
warnings.warn('scikits.learn namespace is deprecated, please use sklearn instead')
from sklearn.cross_val import *
import warnings
warnings.warn('scikits.learn namespace is deprecated, please use sklearn instead')
from sklearn.feature_extraction.image import *
import warnings
warnings.warn('scikits.learn namespace is deprecated, please use sklearn instead')
from sklearn.feature_extraction.text import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment