If we look at the data in the "id" column, are the X values from 0 to 729 time data?, is the task of the model created from this competition later used to predict the future?, meaning that the data that can be used as input / feature is only data available before the predicted X?,
for example, to predict the label at X = 300, then the precipitation data that can be used as an input feature only uses precipitation data from data X < 300, or can we use all X data from 0 - 729 to predict the label at X = 300?
"The challenge lies in accurately identifying the exact timing (to the day) and location of past floods using historical data."
Copied from the description. So I guess you can use all time points.
@da_ Valid 👍
Thanks ...