In plot_confusion_matrix(), adds option to only have row and column percentages in the diagonal tiles. Thanks to @xgirouxb for the idea. Adds Process information to output with the settings used. Adds transparency. It has a custom print method, making it easy to read. Underneath it is a list, why all information is available using $ or similar. In most cases, the Family information has been moved into the Process object. Thanks to @daviddalpiaz for notifying me of the need for more transparency. In outputs, the Family information is (in most cases) moved into the new Process object. In binomial evaluate() and baseline(), Accuracy is now enabled by default. It is still disabled in cross_validate*() functions to guide users away from usin...
rsvg and ggimage are now only suggested and plot_confusion_matrix() throws warning if either are not...
Fixes documentation in cross_validate_fn(). The examples section contained an unreasonable number of...
Major Changes plot() for performance::check_model() no longer produces a normal QQ plot for GLMs. I...
Breaking Breaking change: In plot_confusion_matrix(), the targets_col and predictions_col arguments...
Fixes bug in plot_confusion_matrix(), where tiles with a count > 0 but a rounded percentage of 0 did...
plot_confusion_matrix(): Breaking: Adds slight 3D tile effect to help separate tiles with the same ...
plot_confusion_matrix(): NEW: We created a Plot Confusion Matrix web application! It allows using p...
NEW: Launched an application for plotting a confusion matrix with no code. Available at Huggingface...
In order to reduce dependencies, model coefficients are now tidied with the parameters package inste...
plot_confusion_matrix(): Adds option to set intensity_by to a log/arcsinh transformed version of th...
cross_validate_fn() is added. Cross-validate custom model functions. Breaking change: In evaluate()...
evaluate() is added. Evaluate your model's predictions with the same metrics as used in cross_valida...
Fixes bug in evaluate(), when used on a grouped data frame. The row order in the output was not guar...
The correctly classified data is reflected along the diagonal regions. The misclassified is reflecte...
In relevant contexts: Informs user once about the positive argument in evaluate() and cross_validate...
rsvg and ggimage are now only suggested and plot_confusion_matrix() throws warning if either are not...
Fixes documentation in cross_validate_fn(). The examples section contained an unreasonable number of...
Major Changes plot() for performance::check_model() no longer produces a normal QQ plot for GLMs. I...
Breaking Breaking change: In plot_confusion_matrix(), the targets_col and predictions_col arguments...
Fixes bug in plot_confusion_matrix(), where tiles with a count > 0 but a rounded percentage of 0 did...
plot_confusion_matrix(): Breaking: Adds slight 3D tile effect to help separate tiles with the same ...
plot_confusion_matrix(): NEW: We created a Plot Confusion Matrix web application! It allows using p...
NEW: Launched an application for plotting a confusion matrix with no code. Available at Huggingface...
In order to reduce dependencies, model coefficients are now tidied with the parameters package inste...
plot_confusion_matrix(): Adds option to set intensity_by to a log/arcsinh transformed version of th...
cross_validate_fn() is added. Cross-validate custom model functions. Breaking change: In evaluate()...
evaluate() is added. Evaluate your model's predictions with the same metrics as used in cross_valida...
Fixes bug in evaluate(), when used on a grouped data frame. The row order in the output was not guar...
The correctly classified data is reflected along the diagonal regions. The misclassified is reflecte...
In relevant contexts: Informs user once about the positive argument in evaluate() and cross_validate...
rsvg and ggimage are now only suggested and plot_confusion_matrix() throws warning if either are not...
Fixes documentation in cross_validate_fn(). The examples section contained an unreasonable number of...
Major Changes plot() for performance::check_model() no longer produces a normal QQ plot for GLMs. I...