Logistic regression class in sklearn comes with L1 and L2 regularization. How can I turn off regularization to get the \"raw\" logistic fit such as in glmfit in Matlab? I think
Go ahead and set C as large as you please. Also, make sure to use l2 since l1 with that implementation can be painfully slow.