Issue | #Downvotes for this reason | By |
---|
sklearn.linear_model.logistic.LogisticRegression(35) | Logistic Regression (aka logit, MaxEnt) classifier. In the multiclass case, the training algorithm uses the one-vs-rest (OvR) scheme if the 'multi_class' option is set to 'ovr', and uses the cross- entropy loss if the 'multi_class' option is set to 'multinomial'. (Currently the 'multinomial' option is supported only by the 'lbfgs', 'sag' and 'newton-cg' solvers.) This class implements regularized logistic regression using the 'liblinear' library, 'newton-cg', 'sag' and 'lbfgs' solvers. It can handle both dense and sparse input. Use C-ordered arrays or CSR matrices containing 64-bit floats for optimal performance; any other input format will be converted (and copied). The 'newton-cg', 'sag', and 'lbfgs' solvers support only L2 regularization with primal formulation. The 'liblinear' solver supports both L1 and L2 regularization, with a dual formulation only for the L2 penalty. |
sklearn.linear_model.logistic.LogisticRegression(35)_C | 1.0 |
sklearn.linear_model.logistic.LogisticRegression(35)_class_weight | null |
sklearn.linear_model.logistic.LogisticRegression(35)_dual | false |
sklearn.linear_model.logistic.LogisticRegression(35)_fit_intercept | true |
sklearn.linear_model.logistic.LogisticRegression(35)_intercept_scaling | 1 |
sklearn.linear_model.logistic.LogisticRegression(35)_max_iter | 100 |
sklearn.linear_model.logistic.LogisticRegression(35)_multi_class | "ovr" |
sklearn.linear_model.logistic.LogisticRegression(35)_n_jobs | 1 |
sklearn.linear_model.logistic.LogisticRegression(35)_penalty | "l2" |
sklearn.linear_model.logistic.LogisticRegression(35)_random_state | 13352 |
sklearn.linear_model.logistic.LogisticRegression(35)_solver | "liblinear" |
sklearn.linear_model.logistic.LogisticRegression(35)_tol | 0.0001 |
sklearn.linear_model.logistic.LogisticRegression(35)_verbose | 0 |
sklearn.linear_model.logistic.LogisticRegression(35)_warm_start | false |
0.9619 ± 0.0108 Per class Cross-validation details (10-fold Crossvalidation)
|
0.7478 ± 0.0412 Cross-validation details (10-fold Crossvalidation)
|
0.6347 ± 0.0239 Cross-validation details (10-fold Crossvalidation)
|
0.1319 ± 0.0084 Cross-validation details (10-fold Crossvalidation)
|
0.3798 ± 0.0012 Cross-validation details (10-fold Crossvalidation)
|
0.864 ± 0.0226 Cross-validation details (10-fold Crossvalidation)
|
625 Per class Cross-validation details (10-fold Crossvalidation) |
0.864 ± 0.0226 Cross-validation details (10-fold Crossvalidation)
|
1.3181 ± 0.0124 Cross-validation details (10-fold Crossvalidation)
|
0.3474 ± 0.0216 Cross-validation details (10-fold Crossvalidation)
|
0.4356 ± 0.0014 Cross-validation details (10-fold Crossvalidation)
|
0.2368 ± 0.0158 Cross-validation details (10-fold Crossvalidation)
|
0.5438 ± 0.0356 Cross-validation details (10-fold Crossvalidation)
|
0.625 ± 0.0145 Cross-validation details (10-fold Crossvalidation)
|