Merge branch 'master' of github.com:scikit-learn/scikit-learn
This commit is contained in:
commit
5994df9f69
|
|
@ -24,7 +24,7 @@ complex, or even more. For this reason we present here a full
|
|||
derivation of the inference algorithm and all the update and
|
||||
lower-bound equations. If you're not interested in learning how to
|
||||
derive similar algorithms yourself and you're not interested in
|
||||
changing/debugging the implementation in the scikits this document is
|
||||
changing/debugging the implementation in the scikit this document is
|
||||
not for you.
|
||||
|
||||
The complexity of this implementation is linear in the number of
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ def configuration(parent_package='', top_path=None):
|
|||
from numpy.distutils.misc_util import Configuration
|
||||
from numpy.distutils.system_info import get_info, BlasNotFoundError
|
||||
|
||||
config = Configuration('learn', parent_package, top_path)
|
||||
config = Configuration('sklearn', parent_package, top_path)
|
||||
|
||||
config.add_subpackage('check_build')
|
||||
config.add_subpackage('svm')
|
||||
|
|
|
|||
Loading…
Reference in New Issue