Skip to content
Snippets Groups Projects
Verified Commit 751c8154 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

doc(nitpick): ignore scikit-learn metadata routing

Adds a few classes to ignore that cause problems since updating sklearn.
parent abff7952
No related branches found
No related tags found
No related merge requests found
Pipeline #87986 failed
...@@ -12,3 +12,8 @@ py:class defaultdict ...@@ -12,3 +12,8 @@ py:class defaultdict
py:class WorkerState py:class WorkerState
py:class deque py:class deque
py:class sklearn.BaseEstimator py:class sklearn.BaseEstimator
# sklearn >= 1.3: issue with docs of metadata routing
py:class True
py:class False
py:class default=sklearn.utils.metadata_routing.UNCHANGED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment