Description Usage Arguments Details Value
Compile predictions from multiple models. This function was used in the case when multiple models were developed for different (possibly overlapping) subsets of gauging stations.
1 | bind_gaugepreds(in_gpredsdt, interthresh)
|
in_gpredsdt |
either a single data.table of predictions for gauges (output from make_gaugepreds) or a list of data.tables of model predictions to bind. |
interthresh |
either a single value or a data.table of values of the probability threshold to assign predicted flow intermittence classes to gauging stations (based on the predicted probability of flow intermittence). |
when several predictions are provided for the same gauging station (as was the case for this study for gauges with a long-term mean annual flow between 1 and 10 m3/s), the average predicted probability of flow intermittence was computed.
data.table compiling all predictions with new columns of the predicted categorical flow intermittence class ("IRpredcat_') and flow intermittence prediction residuals (IPR; named preduncert_). The column suffixes reflect whether the predictions are based on the final model training or on cross-validation results (see make_gaugepreds).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.