Skip to content

Feature request: a table/plot of K-L divergences #327

@richardfeldman76

Description

@richardfeldman76

Using projpred for variable selection, it strikes me as odd that it is easy to compare different sized models (e.g., via plot.vsel), but no way of comparing different variable sets for a given model size. For example, for a reference model of y ~ A + B + C, we can visualize the CV results (e.g., ELPD, RMSE) of models, y ~ A, y ~ A + B, and y ~ A + B + C, but we cannot see how models y ~ A + B, y ~ A + C, and y ~ B + C stack up against each other. It would be nice to be able to extract a table or plot of each model's K-L divergence values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementEnhancements of existing features, but also new feature requests.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions