Hi,
I think you need to be looking at the recent master of scikit-learn
LinearSVC inherits from BaseLibLinear, the call to train_wrap is made in
this line
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/svm/base.py#L719
. You can see the parameter (method) self._get_bias() , which corresponds
to
https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/svm/base.py#L783
. This is set to -1.0 if intercept is not fit and intercept_scaling if
fit_intercept is True. I am not really sure about the epsilon parameter
though (I will have to look in detail) , however the default tol is 1e-4.
HTH
---
Regards,
Manoj Kumar,
GSoC 2014, Scikit-learn
Mech Undergrad
http://manojbits.wordpress.com
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general