Thanks Olivier. But I want to ask a question about this. Isn't it a problem
that we give such a big steps?
I worked on Weka a bit more and it seems that Logistic Regression in scikit
is similar to Weka's LibLINEAR. I tried them on the same dataset. Results
are similar except especially *accommodate*. I gave the same parameter
values (*C = 191, tol=0.0001, L2-regularized logistic regression, no
randomization, no normalization etc..*) to both classifiers and Weka gives
me 0.58, but LR in scikit gives me 0.46.
I am tired a bit now :)
On Thu, Jan 24, 2013 at 9:51 PM, Olivier Grisel <olivier.gri...@ensta.org>wrote:
> You could speed up your grid search greatly by using an exponential
> scale for the values of C:
>
> import numpy as np
> parameters = {"C": np.logspace(0, 4, 5)}
>
>
> ------------------------------------------------------------------------------
> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
> MVPs and experts. ON SALE this month only -- learn more at:
> http://p.sf.net/sfu/learnnow-d2d
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
--
Osman Başkaya
Koc University
MS Student | Computer Science and Engineering
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general