the last few americanisms

nix
Pierre Alexandre Tremblay 6 years ago
parent cf33bb57f6
commit 11c3f8818d

@ -4,7 +4,7 @@ categories:: Classification, KNN
related:: Classes/FluidKNNRegressor, Classes/FluidDataSet, Classes/FluidLabelSet
DESCRIPTION::
A nearest-neighbor classifier using link::Classes/FluidKDTree:: . Each point is assigned the class that is most common among its nearest neighbors.
A nearest-neighbour classifier using link::Classes/FluidKDTree:: . Each point is assigned the class that is most common among its nearest neighbours.
https://scikit-learn.org/stable/modules/neighbors.html#classification
CLASSMETHODS::

@ -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::
::

Loading…
Cancel
Save