Learn R Programming

auditor (version 1.3.5)

Model Audit - Verification, Validation, and Error Analysis

Description

Provides an easy to use unified interface for creating validation plots for any model. The 'auditor' helps to avoid repetitive work consisting of writing code needed to create residual plots. This visualizations allow to asses and compare the goodness of fit, performance, and similarity of models.

Copy Link

Version

Install

install.packages('auditor')

Monthly Downloads

1,184

Version

1.3.5

License

GPL

Issues

Pull Requests

Stars

Forks

Last Published

October 30th, 2023

Functions in auditor (1.3.5)

plotD3_acf

Plot Autocorrelation Function in D3 with r2d3 package.
plotD3_rroc

Regression Receiver Operating Characteristic (RROC) in D3 with r2d3 package.
plot_lift

LIFT Chart
plot_halfnormal

Half-Normal plot
plot_correlation

Correlation of Model's Residuals Plot
plot_cooksdistance

Influence of Observations Plot
plot_acf

Autocorrelation Function Plot
plot_rroc

Regression Receiver Operating Characteristic (RROC)
plot_residual_boxplot

Plot Boxplots of Residuals
plot_residual

Plot Residuals vs Observed, Fitted or Variable Values
plot_autocorrelation

Autocorrelation of Residuals Plot
plot_scalelocation

Scale location plot
plot_prediction

Predicted response vs Observed or Variable Values
plotD3_roc

Receiver Operating Characteristic (ROC) in D3 with r2d3 package.
plotD3_residual

Plot Residuals vs Observed, Fitted or Variable Values in D3 with r2d3 package.
print.auditor_model_evaluation

Prints Model Evaluation Summary
print.auditor_model_halfnormal

Prints Model Halfnormal Summary
plot_pca

Principal Component Analysis of models
plotD3_scalelocation

Scale Location Plot in D3 with r2d3 package.
plot_radar

Model Ranking Plot
score

Model Scores computations
score_dw

Durbin-Watson Score
print.auditor_score

Prints of Models Scores
score_auprc

Area under precision-recall curve
score_gini

Gini Coefficient
score_halfnormal

Half-Normal Score
plot_residual_density

Residual Density Plot
score_f1

F1 Score
score_one_minus_gini

One minus Gini Coefficient
plot_rec

Regression Error Characteristic Curves (REC)
score_one_minus_precision

One Minus Precision
print.auditor_model_performance

Prints Model Performance Summary
score_specificity

Specificity
print.auditor_model_residual

Prints Model Residual Summary
score_mse

Mean Square Error
score_auc

Area Under ROC Curve (AUC)
score_peak

Peak Score
score_mae

Mean Absolute Error
score_acc

Accuracy
score_r2

R-squared
score_cooksdistance

Score based on Cooks Distance
score_runs

Runs Score
score_rec

Area Over the Curve for REC Curves
score_rroc

Area Over the Curve for RROC Curves
score_precision

Precision
plot_prc

Precision-Recall Curve (PRC)
print.auditor_model_cooksdistance

Prints Model Cook's Distances Summary
plot_tsecdf

Two-sided Cumulative Distribution Function
score_one_minus_acc

One minus accuracy
score_one_minus_auprc

One Minus area under precision-recall curve
score_one_minus_auc

One minus Area Under ROC Curve (AUC)
score_rmse

Root Mean Square Error
score_one_minus_recall

One minus recall
score_one_minus_specificity

One minus specificity
score_recall

Recall
score_one_minus_f1

One Minus F1 Score
check_residuals_autocorrelation

Checks for autocorrelation in target variable or in residuals
model_evaluation

Create model evaluation explanation
check_residuals

Automated tests for model residuals
auditorData

Artificial auditorData
model_halfnormal

Create Halfnormal Explanation
check_residuals_outliers

Checks for outliers
plotD3_prediction

Plot Prediction vs Target, Observed or Variable Values in D3 with r2d3 package.
plot_auditor

Model Diagnostic Plots
plotD3_lift

Plot LIFT in D3 with r2d3 package.
plotD3_autocorrelation

Autocorrelation Plot in D3 with r2d3 package.
check_residuals_trend

Checks for trend in residuals
audit

Deprecated
model_cooksdistance

Cook's distances
model_performance

Create Model Performance Explanation
model_residual

Create Model Residuals Explanation
plotD3_halfnormal

Plot Half-Normal in D3 with r2d3 package.
plotD3_cooksdistance

Influence of observations Plot in D3 with r2d3 package.
plotD3_rec

Regression Error Characteristic Curves (REC) in D3 with r2d3 package.
plotD3

Model Diagnostic Plots in D3 with r2d3 package.