Skip to content

Commit 4e303e0

Browse files
committed
documentation
1 parent a437ba8 commit 4e303e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_doc/sphinxdoc/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ Short example:
8686
:showcode:
8787
:warningout: FutureWarning
8888

89-
from sklearn.datasets import load_boston
89+
from sklearn.datasets import load_diabetes
9090
from sklearn.linear_model import LinearRegression
9191
from mlinsights.mlmodel import QuantileLinearRegression
9292

93-
data = load_boston()
93+
data = load_diabetes()
9494
X, y = data.data, data.target
9595

9696
clq = QuantileLinearRegression()

0 commit comments

Comments
 (0)