cvms 0.2.0
-
evaluate()is added. Evaluate your model's predictions with the same metrics as used incross_validate(). -
Adds
"multinomial"family/type tobaseline()andevaluate(). -
Adds
multiclass_probability_tibble()for generating a random probability tibble. -
Adds
random_effectsargument tobaseline()for adding random effects to the Gaussian baseline model. -
Adds Zenodo DOI for easier citation.
-
In nested confusion matrices, the Reference column is renamed to Target, to use the same naming scheme as in the nested predictions.