Skip to content

Commit de66f6a

Browse files
jnothmanlarsmans
authored andcommitted
DOC avoid the plot_ prefix in example where no plot
Also fix line reference
1 parent 18055af commit de66f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/tutorial/statistical_inference/supervised_learning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,10 @@ This is known as :class:`LogisticRegression`.
400400
model. Leave out the last 10% and test prediction performance on these
401401
observations.
402402

403-
.. literalinclude:: ../../auto_examples/exercises/plot_digits_classification_exercise.py
404-
:lines: 12-17
403+
.. literalinclude:: ../../auto_examples/exercises/digits_classification_exercise.py
404+
:lines: 15-19
405405

406-
Solution: :download:`../../auto_examples/exercises/plot_digits_classification_exercise.py`
406+
Solution: :download:`../../auto_examples/exercises/digits_classification_exercise.py`
407407

408408

409409
Support vector machines (SVMs)

0 commit comments

Comments
 (0)