KNN regressor predictor
Predict table targets using a trained k-nearest neighbors regression model
Predictor for a k-nearest neighbors regressor. Predict the regression target for a table.
See https://scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html for more details.
Input
Table
The input table
Learned model
The input model
Output
result
The output result