8000 EXA change in position of plot image (#17924) · thomasjpfan/scikit-learn@ed9e9da · GitHub
[go: up one dir, main page]

Skip to content

Commit ed9e9da

Browse files
EXA change in position of plot image (scikit-learn#17924)
1 parent ccadf08 commit ed9e9da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/tutorial/statistical_inference/model_selection.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,17 +182,17 @@ scoring method.
182182
.. topic:: **Exercise**
183183
:class: green
184184

185-
.. image:: /auto_examples/exercises/images/sphx_glr_plot_cv_digits_001.png
186-
:target: ../../auto_examples/exercises/plot_cv_digits.html
187-
:align: right
188-
:scale: 90
189-
190185
On the digits dataset, plot the cross-validation score of a :class:`SVC`
191186
estimator with an linear kernel as a function of parameter ``C`` (use a
192187
logarithmic grid of points, from 1 to 10).
193188

194189
.. literalinclude:: ../../auto_examples/exercises/plot_cv_digits.py
195190
:lines: 13-23
191+
192+
.. image:: /auto_examples/exercises/images/sphx_glr_plot_cv_digits_001.png
193+
:target: ../../auto_examples/exercises/plot_cv_digits.html
194+
:align: center
195+
:scale: 90
196196

197197
**Solution:** :ref:`sphx_glr_auto_examples_exercises_plot_cv_digits.py`
198198

0 commit comments

Comments
 (0)
0