cuml.neighbors#
NearestNeighbors is an queries neighborhoods from a given set of datapoints. |
|
K-Nearest Neighbors Classifier is an instance-based learning technique, that keeps training samples around for prediction, rather than trying to learn a generalizable set of model parameters. |
|
K-Nearest Neighbors Regressor is an instance-based learning technique, that keeps training samples around for prediction, rather than trying to learn a generalizable set of model parameters. |
|
Kernel Density Estimation. |