Skip to content

Commit 09c3fbf

Browse files
committed
Merge pull request scikit-learn#5771 from bhargav/minor-doc-fixes
DOC - Minor documentation fixes - Fixes scikit-learn#5770 and scikit-learn#5761
2 parents a20b0eb + d963df4 commit 09c3fbf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/modules/cross_validation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ for cross-validation against time-based splits.
405405

406406
.. warning::
407407

408-
Contrary to :class:`StratifiedKFold`, **the ``labels`` of
409-
:class:`LeaveOneLabelOut` should not encode the target class to predict**:
408+
Contrary to :class:`StratifiedKFold`, the ``labels`` of
409+
:class:`LeaveOneLabelOut` should not encode the target class to predict:
410410
the goal of :class:`StratifiedKFold` is to rebalance dataset classes across
411411
the train / test split to ensure that the train and test folds have
412412
approximately the same percentage of samples of each class while

doc/themes/scikit-learn/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<li><a href="{{ pathto('user_guide') }}">User guide</a></li>
7777
<li><a href="{{ pathto('modules/classes') }}">API</a></li>
7878
<li><a href="{{ pathto('faq') }}">FAQ</a></li>
79-
<li><a href="{{ pathto('developers') }}">Contributing</a></li>
79+
<li><a href="{{ pathto('developers/index') }}">Contributing</a></li>
8080
<li class="divider"></li>
8181
<li><a href="http://scikit-learn.org/stable/documentation.html">Scikit-learn 0.16.1 (stable)</a></li>
8282
<li><a href="http://scikit-learn.org/0.15/documentation.html">Scikit-learn 0.15</a></li>

0 commit comments

Comments
 (0)