Resolve "(Learner1D) add possibility to use the direct neighbors in the loss"
1 unresolved thread
Compare changes
Files
3+ 59
− 11
@@ -15,14 +15,65 @@ from ..notebook_integration import ensure_holoviews
@@ -44,7 +95,7 @@ def uniform_loss(interval, scale, data, neighbors):
@@ -79,7 +130,7 @@ def _loss_of_multi_interval(xs, ys):
@@ -95,7 +146,7 @@ def triangle_loss(interval, scale, data, neighbors):
@@ -183,13 +234,10 @@ class Learner1D(BaseLearner):