diff --git a/doc/modules/dp-derivation.rst b/doc/modules/dp-derivation.rst index 6c35079c688..fd1c6e31522 100644 --- a/doc/modules/dp-derivation.rst +++ b/doc/modules/dp-derivation.rst @@ -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 diff --git a/sklearn/setup.py b/sklearn/setup.py index d02042b7992..26822d8770d 100644 --- a/sklearn/setup.py +++ b/sklearn/setup.py @@ -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')