Resolve "(Learner1D) add possibility to use the direct neighbors in the loss"
Compare changes
+ 5
− 5
@@ -57,10 +57,10 @@ def default_loss(interval, scale, function_values):
@@ -79,7 +79,7 @@ def triangle_loss(interval, neighbours, scale, function_values):
@@ -307,7 +307,7 @@ class Learner1D(BaseLearner):