Skip to content
Snippets Groups Projects
Commit cb27ffab authored by Olivier Grisel's avatar Olivier Grisel
Browse files

fix typo in scikits.learn.qda

parent 091d92ac
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.pda import *
from sklearn.qda import *
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment