File tree Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Expand file tree Collapse file tree 3 files changed +3
-25
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,8 @@ program.
176
176
- 2015 - `Raghav RV <https://github.com/raghavrv >`_, Wei Xue
177
177
- 2016 - `Nelson Liu <http://nelsonliu.me >`_, `YenChen Lin <https://yclin.me/ >`_
178
178
179
+ .. _Vlad Niculae : https://vene.ro/
180
+
179
181
It also provided funding for sprints and events around scikit-learn. If
180
182
you would like to participate in the next Google Summer of code
181
183
program, please see `this page
Original file line number Diff line number Diff line change @@ -81,18 +81,6 @@ These datasets are useful to quickly illustrate the behavior of the
81
81
various algorithms implemented in scikit-learn. They are however often too
82
82
small to be representative of real world machine learning tasks.
83
83
84
- .. toctree ::
85
- :maxdepth: 2
86
- :hidden:
87
-
88
- boston_house_prices
89
- iris
90
- diabetes
91
- digits
92
- linnerud
93
- wine_data
94
- breast_cancer
95
-
96
84
.. include :: ../../sklearn/datasets/descr/boston_house_prices.rst
97
85
98
86
.. include :: ../../sklearn/datasets/descr/iris.rst
@@ -132,18 +120,6 @@ They can be loaded using the following functions:
132
120
fetch_kddcup99
133
121
fetch_california_housing
134
122
135
- .. toctree ::
136
- :maxdepth: 2
137
- :hidden:
138
-
139
- olivetti_faces
140
- twenty_newsgroups
141
- labeled_faces
142
- covtype
143
- rcv1
144
- kddcup99
145
- california_housing
146
-
147
123
.. include :: ../../sklearn/datasets/descr/olivetti_faces.rst
148
124
149
125
.. include :: ../../sklearn/datasets/descr/twenty_newsgroups.rst
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ class PCA(_BasePCA):
251
251
"Automatic choice of dimensionality for PCA". In NIPS, pp. 598-604*
252
252
253
253
Implements the probabilistic PCA model from:
254
- ` Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
254
+ Tipping, M. E., and Bishop, C. M. (1999). "Probabilistic principal
255
255
component analysis". Journal of the Royal Statistical Society:
256
256
Series B (Statistical Methodology), 61(3), 611-622.
257
257
via the score and score_samples methods.
You can’t perform that action at this time.
0 commit comments