BodoBurger/intame

new IntameMetric: compare R2 with preceding split

BodoBurger opened this issue · 2 comments

SSE(i) / SSE(i-1)

Stop when there is "too little" improvement by adding a split.

Maybe change abstraction to "loss function".

Implement L1, L2

Returned object now contains metrics_history_change.

But does not work as stopping criterium.