I have a model I\'m trying to build using LogisticRegression in sklearn that has a couple thousand features and approximately 60,000 samples. I\'m try
LogisticRegression
sklearn
Worth noting that now LogisticRegression() accepts num_jobs as input and defaults to 1.
Would have commented on the accepted answer, but not enough points.