e-sensing / sits

Satellite image time series in R
https://e-sensing.github.io/sitsbook/
GNU General Public License v2.0
467 stars 76 forks source link

Include prediction function in `sits` #1054

Open gilbertocamara opened 10 months ago

gilbertocamara commented 10 months ago

Describe the new API function requested Include new functions to support prediction. These functions would require the user to provide training samples with a "value" column. This column would be used to train a predictive model.

Associated sits API function We need to adjust the function sits_train to include training a prediction model. Then include a function sits_predict to generate numerical predictions.