JuliaAI / MLJLinearModels.jl

Generalized Linear Regressions Models (penalized regressions, robust regressions, ...)
MIT License
81 stars 13 forks source link

LOOCV / GCV for ridge / logistic #36

Open tlienart opened 4 years ago

tlienart commented 4 years ago

Ridge

refs

Basically just have to minimise a criterion that can be evaluated in constant time after the first fit.

Similar stuff can be obtained for LOOCV it seems

proper refs

Logistic: https://arxiv.org/pdf/1711.05420.pdf