Skip to content

Commit 002b5f3

Browse files
ogriselqinhanmin2014
authored andcommitted
DOC API links to experimental classes (scikit-learn#13854)
1 parent 8e696c6 commit 002b5f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,8 @@
265265

266266
# enable experimental module so that experimental estimators can be
267267
# discovered properly by sphinx
268-
from sklearn.experimental import * # noqa
268+
from sklearn.experimental import enable_hist_gradient_boosting # noqa
269+
from sklearn.experimental import enable_iterative_imputer # noqa
269270

270271

271272
def make_carousel_thumbs(app, exception):

0 commit comments

Comments
 (0)