RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
26 stars 6 forks source link

Refactor MLPTimeseriesRegressor `score` function #37

Open rubenpeters91 opened 1 year ago

rubenpeters91 commented 1 year ago

The score function calculates the tilted/pinball loss without using the included joint_tilted_loss function of this package. It would be a lot cleaner to use the internal function, instead of calculating it in multiple places