MarcoLandtHayen / predict_sahel_rainfall

Predict rainfall in the African Sahel region with various machine learning and deep learning methods.
MIT License
0 stars 0 forks source link

Allow lead time 0 in preprocessing #19

Open MarcoLandtHayen opened 1 year ago

MarcoLandtHayen commented 1 year ago

For now, the preprocessing pipeline only allows lead times > 0. If lead time = 0 is desired and the target index shall be used as input feature, we need to introduce a lag (= 1) for that feature, since the current value of the target index must not be used as input. Only past information may be included.