Skip to content

Commit

Permalink
Add sklearn refs
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbinns committed Sep 17, 2024
1 parent 15be695 commit 49b074a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
"Axes3D": "mpl_toolkits.mplot3d.axes3d.Axes3D",
"PolarAxes": "matplotlib.projections.polar.PolarAxes",
"ColorbarBase": "matplotlib.colorbar.ColorbarBase",
# sklearn
"MetadataRequest": "sklearn.utils.metadata_routing.MetadataRequest",
"estimator": "sklearn.base.BaseEstimator",
# joblib
"joblib.Parallel": "joblib.Parallel",
# nibabel
Expand Down

0 comments on commit 49b074a

Please sign in to comment.