Skip to content
Snippets Groups Projects
Commit 6a356228 authored by Alexandre Gramfort's avatar Alexandre Gramfort Committed by Vlad Niculae
Browse files

[FIX] BIC/AIC for Lasso (#9022)

* correcting information criterion calculation in least_angle.py

The information criterion calculation is not compatible with the original paper 
Zou, Hui, Trevor Hastie, and Robert Tibshirani. "On the “degrees of freedom” of the lasso." The Annals of Statistics 35.5 (2007): 2173-2192.
APA

* FIX : fix AIC/BIC computation in LassoLarsIC

* update what's new

* fix test

* fix test

* address comments

* DOC comments and docstring on criterion computation
parent 689f4123
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment