2012/2/15 Ian Goodfellow <[email protected]>: > Indeed, in Coates' code the bias term is not penalized. > Is there any way to turn off the bias penalty in liblinear?
Nope. It as been debate before and apparently upstream finds intercept regularization a reasonable thing to do :) Forking liblinear in scikit-learn to fix this is possible but this might make maintenance (version upgrades) complicated. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
