Package: autovi 0.4.2

autovi: Auto Visual Inference with Computer Vision Models

Provides automated visual inference of residual plots using computer vision models, facilitating diagnostic checks for classical normal linear regression models.

Authors:Weihao Li [aut, cre, cph]

autovi_0.4.2.tar.gz
autovi_0.4.2.zip(r-4.7)autovi_0.4.2.zip(r-4.6)autovi_0.4.2.zip(r-4.5)
autovi_0.4.2.tgz(r-4.6-any)autovi_0.4.2.tgz(r-4.5-any)
autovi_0.4.2.tar.gz(r-4.7-any)autovi_0.4.2.tar.gz(r-4.6-any)
autovi_0.4.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
autovi/json (API)
NEWS

# Install 'autovi' in R:
install.packages('autovi', repos = c('https://tengmcing.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/tengmcing/autovi/issues

Pkgdown/docs site:https://tengmcing.github.io

On CRAN:

Conda:

3.58 score 2 stars 19 scripts 589 downloads 12 exports 61 dependencies

Last updated from:9a77eeaf16. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK150
source / vignettesOK197
linux-release-x86_64OK143
macos-release-arm64OK92
macos-oldrel-arm64OK95
windows-develOK204
windows-releaseOK178
windows-oldrelOK293
wasm-releaseOK128

Exports:auto_viAUTO_VIcheck_python_library_availableget_keras_modelkeras_wrapperKERAS_WRAPPERlist_keras_modelnew_classregister_methodremove_plotresidual_checkersave_plot

Dependencies:alphahullbandicootbootcassowaryrclicpp11crayondeldirdplyrenergyfarvergenericsggplot2gluegslgtableherehmsigraphinterpisobandjsonlitelabelinglatticelifecyclemagrittrMatrixpillarpkgconfigpngpolyclipprettyunitsprogressR.methodsS3R.ooR.utilsR6rappdirsRColorBrewerRcppRcppEigenRcppTOMLreticulaterlangrprojrootS7scalessgeostatspspatstat.dataspatstat.geomspatstat.randomspatstat.univarspatstat.utilssplancstibbletidyselectutf8vctrsviridisLitewithr

Readme and manuals

Help Manual

Help pageTopics
AUTO_VI class environmentAUTO_VI auto_vi residual_checker
Initialization methodAUTO_VI$..init..
String representation of the objectAUTO_VI$..str..
Compute auxiliary variables for the keras modelAUTO_VI$auxiliary
Get bootstrapped residuals from a fitted modelAUTO_VI$boot_method
Predict visual signal strength for bootstrapped residual plotsAUTO_VI$boot_vss
Conduct a auto visual inference check with a computer vision modelAUTO_VI$check
List of diagnostic resultsAUTO_VI$check_result
Conduct principal component analysis for features extracted from keras modelAUTO_VI$feature_pca
Draw a summary Plot for principal component analysis conducted on extracted featuresAUTO_VI$feature_pca_plot
Get data out of a model objectAUTO_VI$get_data
Get fitted values and residuals out of a model objectAUTO_VI$get_fitted_and_resid
Compute the likelihood ratio using the simulated resultAUTO_VI$likelihood_ratio
Conduct a auto visual inference lineup check with a computer vision modelAUTO_VI$lineup_check
Get null residuals from a fitted modelAUTO_VI$null_method
Simulate null plots and predict the visual signal strengthAUTO_VI$null_vss
Compute the p-value based on the check resultAUTO_VI$p_value
Draw a lineup of standard residual plotsAUTO_VI$plot_lineup
Draw a pair of standard residual plotsAUTO_VI$plot_pair
Draw a standard residual plotAUTO_VI$plot_resid
Get rotated residuals from a fitted linear modelAUTO_VI$rotate_resid
Save plot(s)AUTO_VI$save_plot
Summary of the objectAUTO_VI$summary
Draw a summary density plot for the resultAUTO_VI$summary_density_plot
Draw a summary plot for the resultAUTO_VI$summary_plot
Draw a summary rank plot for the resultAUTO_VI$summary_rank_plot
Predict the visual signal strengthAUTO_VI$vss
Check python library availabilitycheck_python_library_available
Download and load the keras modelget_keras_model
KERAS_WRAPPER class environmentKERAS_WRAPPER keras_wrapper
Initialization methodKERAS_WRAPPER$..init..
String representation of the objectKERAS_WRAPPER$..str..
Get keras model input image heightKERAS_WRAPPER$get_input_height
Get keras model input image widthKERAS_WRAPPER$get_input_width
Load an image as numpy arrayKERAS_WRAPPER$image_to_array
List all layer namesKERAS_WRAPPER$list_layer_name
Predict visual signal strengthKERAS_WRAPPER$predict
List all available pre-trained computer vision modelslist_keras_model
Remove a plotremove_plot
Save plot(s)save_plot