You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MRG + 1] docs: Change example of KDTree to prevent DeprecationWarning (scikit-learn#6962)
* docs: Change example of KDTree to prevent DeprecationWarning
- fill in missing import statement of sklearn.neighbors.KDTree
- wrap X in a list
Changes to be committed:
modified: sklearn/neighbors/binary_tree.pxi
Resolves: scikit-learn#6906
* docs: remove import statement of KDTree in example of KDTree
- remove import statement of sklearn.neighbors.KDTree
Changes to be committed:
modified: sklearn/neighbors/binary_tree.pxi
Resolves: scikit-learn#6906
0 commit comments