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
It looks like a parameter X_idx_sorted being passed in the fit methods for the tree classifiers (e.g. DecisionTreeClassifier) and is a remanent from the presorting that was deprecated in #14907.
As far as I can see it's not being used internally, perhaps it should be deprecated also?