Accelerating Cross-Validation in Multinomial Logistic Regression with $\ell_1$-Regularization
Abstract
We develop an approximate formula for evaluating a cross-validation estimator of predictive likelihood for multinomial logistic regression regularized by an -norm. This allows us to avoid repeated optimizations required for literally conducting cross-validation; hence, the computational time can be significantly reduced. The formula is derived through a perturbative approach employing the largeness of the data size and the model dimensionality. An extension to the elastic net regularization is also addressed. The usefulness of the approximate formula is demonstrated on simulated data and the ISOLET dataset from the UCI machine learning repository.
Cite
@article{arxiv.1711.05420,
title = {Accelerating Cross-Validation in Multinomial Logistic Regression with $\ell_1$-Regularization},
author = {Tomoyuki Obuchi and Yoshiyuki Kabashima},
journal= {arXiv preprint arXiv:1711.05420},
year = {2018}
}
Comments
30 pages, 9 figures. MATLAB and python codes implementing the formula derived in the manuscript are distributed in https://github.com/T-Obuchi/AcceleratedCVonMLR_matlab and https://github.com/T-Obuchi/AcceleratedCVonMLR_python