oceanprotocol / pdr-backend

Instructions & code to run predictoors, traders, more.
Apache License 2.0
28 stars 22 forks source link

Fix #1269: [Bug, Sim] RegrLinearRidge has wonky prediction errors #1275

Closed trentmc closed 3 months ago

trentmc commented 3 months ago

Fixes #1269

The problem: when transform=RelDiff was introduced, the yerr calculation was only for RelDiff. It neglected to account for transform=normal case.