Merge branch 'master' of github.com:scikit-learn/scikit-learn

This commit is contained in:
Olivier Grisel 2011-09-03 13:08:42 +02:00
commit 5994df9f69
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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')