View source: R/07-fun-visualization.R
Creates a spatial map plot using a predicted raster layer and inserts a performance value from a mlr::BenchmarkResult
1 2 3 4 5 6 | create_prediction_map(
prediction_raster,
model_name,
benchmark_object = NULL,
resampling = NULL
)
|
prediction_raster |
Predicted raster layer given in a list |
model_name |
Algorithm name |
benchmark_object |
mlr benchmark object containing performance |
resampling |
String with the resampling description that should appear on the map |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.