Hi,
I followed the tutorial to install scikit-learn module. But when I test it
by "nosetests scikits/learn", all I got is:
$ nosetests scikits/learn
/n/adrian/y/qingkunl/local/lib/python2.6/site-packages/scikit_learn-0.9_git-py2.6-linux-x86_64.egg/scikits/learn/__init__.py:2:
UserWarning: scikits.learn namespace is deprecated, please use sklearn
instead
warnings.warn('scikits.learn namespace is deprecated, please use sklearn
instead')
/n/adrian/y/qingkunl/local/lib/python2.6/site-packages/scikit_learn-0.9_git-py2.6-linux-x86_64.egg/sklearn/hmm.py:16:
UserWarning: sklearn.hmm is orphaned, undocumented and has known numerical
stability issues. If nobody volunteers to write documentation and make it
more stable, this module will be removed in version 0.11.
warnings.warn('sklearn.hmm is orphaned, undocumented and has known
numerical'
----------------------------------------------------------------------
Ran 0 tests in 0.000s
OK
Then, if I want to import scikits.learn.decomposition, it will complain no
Module named decomposition. But there was no problem to just import
scikits.learn.
Does anyone have an idea of how to fix this?
Thanks,
Qingkun
--
Qingkun Li
Undergraduate Student
College of Engineering, CE
University of Michigan, Ann Arbor
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/sfu/rim-devcon-copy2
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general