Skip to content

cvms 0.2.0

Choose a tag to compare

@LudvigOlsen LudvigOlsen released this 07 Sep 16:42
  • evaluate() is added. Evaluate your model's predictions with the same metrics as used in cross_validate().

  • Adds "multinomial" family/type to baseline() and evaluate().

  • Adds multiclass_probability_tibble() for generating a random probability tibble.

  • Adds random_effects argument to baseline() 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.