Automated Residual Plot Assessment With the R Package autovi and the Shiny Application autovi.web

· Source: stat.ML updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Software Development & Engineering · Depth: Advanced, extended

Summary

The R package autovi and its web interface autovi.web automate the visual assessment of residual plots for diagnosing linear models. This addresses the limitations of manual evaluation, which is subjective, inconsistent, and does not scale. autovi employs a computer vision model to predict a Visual Signal Strength (VSS) from residual plots, providing a p-value by comparing it against null and bootstrapped plots. The accompanying autovi.web Shiny application offers a user-friendly, cross-platform interface, eliminating installation complexities. The package features a modular design, allowing extension to other model classes like generalized linear models, and integrates Python libraries such as TensorFlow for model inference.

Key takeaway

For data scientists and analysts performing regression analysis, autovi and autovi.web offer a robust solution to automate residual plot interpretation. You can obtain objective Visual Signal Strength (VSS) and p-values, significantly reducing the subjectivity and time associated with manual diagnostics. Consider using the web application for quick assessments or extending the R package's modular infrastructure for custom model classes, ensuring more consistent and scalable model evaluation.

Key insights

Automating subjective visual statistical diagnostics with computer vision improves consistency and scalability.

Principles

Method

The autovi package uses a computer vision model to predict Visual Signal Strength (VSS) from residual plots, comparing it against null and bootstrapped plots to generate a p-value for model fit assessment.

In practice

Topics

Code references

Best for: Research Scientist, Data Scientist, AI Scientist, Software Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by stat.ML updates on arXiv.org.