-
Notifications
You must be signed in to change notification settings - Fork 600
Labels
feature requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
While running some examples for Autogluon scikit learn estimators, I noticed that we only support weights="uniform" for KN see
cuml/python/cuml/cuml/neighbors/kneighbors_classifier.pyx
Lines 75 to 77 in 5db9b26
| weights : string (default='uniform') | |
| Sample weights to use. Currently, only the uniform strategy is | |
| supported. |
I'm interested in knowing if it's possible to support weights="distance" and what would that take in terms of effort.
Additional context
This is part of and effort to have a good integration with Autolguon.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request