davidwilby / deepsensor

A Python package for tackling diverse environmental prediction tasks with NPs.
https://tom-andersson.github.io/deepsensor/
MIT License
0 stars 0 forks source link

address montonic and prediction size issues #8

Closed MartinSJRogers closed 6 days ago

MartinSJRogers commented 1 month ago

This PR addresses the monotonic and prediction size issues. It tries to address these instead of using the previous PRs on this issue: #7 and #6

MartinSJRogers commented 6 days ago

Happy to merging and close this PR as discussed. Thinking out loud: in dataloader.py perhaps there is a location where we can assert that patched tasks have an equal size in x1 and x2?