Skip to content

Commit

Permalink
[MRG+1] Fix warning in doc (scikit-learn#13353)
Browse files Browse the repository at this point in the history
* DOC Fix warning in about.rst

* DOC Fix warning in datasets/index.rst

* DOC Remove backtick causing warning
  • Loading branch information
marineLM authored and koenvandevelde committed Jul 12, 2019
1 parent 8635883 commit 4eceac7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 25 deletions.
2 changes: 2 additions & 0 deletions doc/about.rst
Expand Up @@ -176,6 +176,8 @@ program.
- 2015 - `Raghav RV <https://github.com/raghavrv>`_, Wei Xue
- 2016 - `Nelson Liu <http://nelsonliu.me>`_, `YenChen Lin <https://yclin.me/>`_

.. _Vlad Niculae: https://vene.ro/

It also provided funding for sprints and events around scikit-learn. If
you would like to participate in the next Google Summer of code
program, please see `this page
Expand Down
24 changes: 0 additions & 24 deletions doc/datasets/index.rst
Expand Up @@ -81,18 +81,6 @@ These datasets are useful to quickly illustrate the behavior of the
various algorithms implemented in scikit-learn. They are however often too
small to be representative of real world machine learning tasks.

.. toctree::
:maxdepth: 2
:hidden:

boston_house_prices
iris
diabetes
digits
linnerud
wine_data
breast_cancer

.. include:: ../../sklearn/datasets/descr/boston_house_prices.rst

.. include:: ../../sklearn/datasets/descr/iris.rst
Expand Down Expand Up @@ -132,18 +120,6 @@ They can be loaded using the following functions:
fetch_kddcup99
fetch_california_housing

.. toctree::
:maxdepth: 2
:hidden:

olivetti_faces
twenty_newsgroups
labeled_faces
covtype
rcv1
kddcup99
california_housing

.. include:: ../../sklearn/datasets/descr/olivetti_faces.rst

.. include:: ../../sklearn/datasets/descr/twenty_newsgroups.rst
Expand Down
2 changes: 1 addition & 1 deletion sklearn/decomposition/pca.py
Expand Up @@ -251,7 +251,7 @@ class PCA(_BasePCA):
"Automatic choice of dimensionality for PCA". In NIPS, pp. 598-604*
Implements the probabilistic PCA model from:
`Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
component analysis". Journal of the Royal Statistical Society:
Series B (Statistical Methodology), 61(3), 611-622.
via the score and score_samples methods.
Expand Down

0 comments on commit 4eceac7

Please sign in to comment.