in #2, the implementation uses monthly sst as target. But. we can use residuals as target. Lets explore it: `target = residuals = monthly_data_full - daily_data_with_gaps.mean()`
in #2, the implementation uses monthly sst as target. But. we can use residuals as target. Lets explore it:
target = residuals = monthly_data_full - daily_data_with_gaps.mean()