We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c1f2e commit eb5e1d3Copy full SHA for eb5e1d3
doc/conf.py
@@ -228,7 +228,7 @@
228
# Example configuration for intersphinx: refer to the Python standard library.
229
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
230
'numpy': ('https://numpy.org/doc/stable/', None),
231
- 'sklearn': ('https://scikit-learn.org/stable/', None),
+ 'sklearn': ('https://scikit-learn.org/1.5/', None),
232
'matplotlib': ('https://matplotlib.org/stable/', None),
233
'shap': ('https://shap.readthedocs.io/en/stable/', None),
234
'dowhy': ('https://www.pywhy.org/dowhy/v0.8/', None),
0 commit comments