Closed AJ-KBA closed 3 years ago
The evaluation metrics refer to the original model you used for projection. The project
function gives you the option to A) just return the projected (future scenario) raster (output.format="rasters"
) or B) return the original model with exchanged raster in the @projection
slot (output.format="model"
) Also see the documentation for project
.
The evaluation metrics refer to the original model you used for projection. The
project
function gives you the option to A) just return the projected (future scenario) raster (output.format="rasters"
) or B) return the original model with exchanged raster in the@projection
slot (output.format="model"
) Also see the documentation forproject
.
Thank You. This was helpful.
I would like to know how the SSDM function 'project' is able to return evaluation metrics such as 'AUC', 'prop.correct' when there are no occurrences (train/test) for future scenarios?