LudvigOlsen/cvms: cvms 1.5.0
Description
plot_confusion_matrix()
:
- NEW: We created a Plot Confusion Matrix web application!
It allows using
plot_confusion_matrix()
without code. Select from multiple design templates or make your own.
For
(palette=, sums_settings(palette=))
arguments, tile color palettes can now be a custom gradient. Simply supply a named list with hex colors for "low" and "high" (e.g.list("low"="#B1F9E8", "high"="#239895")
).Adds
intensity_by
,intensity_lims
, andintensity_beyond_lims
arguments tosum_tile_settings()
to allow setting them separately for sum tiles.Adds
intensity_lims
argument which allows setting a custom range for the tile color intensities. Makes it easier to compare plots for different prediction sets.Adds
intensity_beyond_lims
for specifying how to handle counts / percentages outside the specifiedintensity_lims
. Default is to truncate the intensities.Fixes bug where arrow size was not taking
add_sums
into account.
Files
LudvigOlsen/cvms-v1.5.0.zip
Files
(3.1 MB)
Name | Size | Download all |
---|---|---|
md5:b05f680b352635be9171867ea1f263a2
|
3.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/LudvigOlsen/cvms/tree/v1.5.0 (URL)