def test_local_linear_regression(self): _check_estimator(kernel_smoothers.LocalLinearRegressionSmoother)
def test_knn(self): _check_estimator(kernel_smoothers.KNeighborsSmoother)
def test_nadaraya_watson(self): _check_estimator(kernel_smoothers.NadarayaWatsonSmoother)