Beispiel #1
0
 def test_local_linear_regression(self):
     _check_estimator(kernel_smoothers.LocalLinearRegressionSmoother)
Beispiel #2
0
 def test_knn(self):
     _check_estimator(kernel_smoothers.KNeighborsSmoother)
Beispiel #3
0
 def test_nadaraya_watson(self):
     _check_estimator(kernel_smoothers.NadarayaWatsonSmoother)