|
|
|
|
@ -4,7 +4,7 @@ categories:: Regression
|
|
|
|
|
related:: Classes/FluidKNNClassifier, Classes/FluidDataSet
|
|
|
|
|
|
|
|
|
|
DESCRIPTION::
|
|
|
|
|
A nearest-neighbor regressor. A continuous value is predicted for each point as the (weighted) average value of its nearest neighbors.
|
|
|
|
|
A nearest-neighbour regressor. A continuous value is predicted for each point as the (weighted) average value of its nearest neighbours.
|
|
|
|
|
|
|
|
|
|
https://scikit-learn.org/stable/modules/neighbors.html#regression
|
|
|
|
|
|
|
|
|
|
@ -142,7 +142,3 @@ code::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|