You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why does positive offset result in maps not found (likely due to extraction of start and end times (start time is for some reason end time of the first input)
make sure that the order of reference data is applied as expected (negative offset means reference maps represent earlier points in time)
how to handle binary clasification (rounding (0.5 threshold) may be too restrictive, implement support for other threshold? Use scaling?) esp. with inverted classes (0: presence 1: absence)
The text was updated successfully, but these errors were encountered:
BTW. When a negative reference is used it makes sense that the start_time of the resulting map is the end_time of the previous (e.g. offset=-1) granule as that is the time window covered...
Investigate:
The text was updated successfully, but these errors were encountered: