File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
doc/tutorial/statistical_inference Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -182,17 +182,17 @@ scoring method.
182
182
.. topic :: **Exercise**
183
183
:class: green
184
184
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
-
190
185
On the digits dataset, plot the cross-validation score of a :class: `SVC `
191
186
estimator with an linear kernel as a function of parameter ``C `` (use a
192
187
logarithmic grid of points, from 1 to 10).
193
188
194
189
.. literalinclude :: ../../auto_examples/exercises/plot_cv_digits.py
195
190
: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
196
196
197
197
**Solution: ** :ref: `sphx_glr_auto_examples_exercises_plot_cv_digits.py `
198
198
You can’t perform that action at this time.
0 commit comments