Skip to content

Commit b0a703f

Browse files
committed
fix figure numbering
1 parent 6ecad39 commit b0a703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scikit-learn/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@ wrapper around an ordinary least squares calculation. ::
817817
>>> print("RMS: %s" % np.sqrt(np.mean((predicted - expected) ** 2))) # doctest: +ELLIPSIS
818818
RMS: 0.7...
819819

820-
.. image:: auto_examples/images/sphx_glr_plot_california_prediction_015.png
820+
.. image:: auto_examples/images/sphx_glr_plot_california_prediction_010.png
821821
:align: right
822822
:target: auto_examples/plot_california_prediction.html
823823

0 commit comments

Comments
 (0)