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
Now that the knn primitive accepts col-major, I think we should be able to accept F-major in the kneighbors classifier/regressor. I think this might even work better for the multilabel y since each column is carved off during inference.
The text was updated successfully, but these errors were encountered:
Now that the knn primitive accepts col-major, I think we should be able to accept F-major in the kneighbors classifier/regressor. I think this might even work better for the multilabel
y
since each column is carved off during inference.The text was updated successfully, but these errors were encountered: