pared: Model selection using multi-objective optimization
Priyam Das, Sarah Robinson, Christine B. Peterson

TL;DR
The paper introduces the R package pared, which uses multi-objective optimization with Gaussian processes to facilitate model selection by balancing multiple criteria such as fit, sparsity, and interpretability.
Contribution
It presents a novel implementation of multi-objective optimization for model selection in penalized models, including interactive visualization tools.
Findings
Efficient identification of Pareto-optimal solutions.
Supports multiple models like elastic net and graphical lasso.
Provides interactive graphics for model trade-offs.
Abstract
Motivation: Model selection is a ubiquitous challenge in statistics. For penalized models, model selection typically entails tuning hyperparameters to maximize a measure of fit or minimize out-of-sample prediction error. However, these criteria fail to reflect other desirable characteristics, such as model sparsity, interpretability, or smoothness. Results: We present the R package pared to enable the use of multi-objective optimization for model selection. Our approach entails the use of Gaussian process-based optimization to efficiently identify solutions that represent desirable trade-offs. Our implementation includes popular models with multiple objectives including the elastic net, fused lasso, fused graphical lasso, and group graphical lasso. Our R package generates interactive graphics that allow the user to identify hyperparameter values that result in fitted models which lie on…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGaussian Processes and Bayesian Inference · Advanced Multi-Objective Optimization Algorithms · Machine Learning and Data Classification
