ezyrb.approximation.neighbors_regressor.NeighborsRegressor
- class NeighborsRegressor[source]
A generic superclass for wrappers of *NeighborsRegressor from sklearn.
- Parameters:
kwargs – arguments passed to the internal instance of *NeighborsRegressor.
- __init__()
Methods
__init__()fit(points, values)Construct the interpolator given points and values.
predict(new_point)Evaluate interpolator at given new_points.