[scikit-learn] Weighted Random Forest vs. "class_weight" in RandomForestClassifier

2019-10-16 Thread Kristen M. Altenburger
Hi All, Posted the same question on StackExchange [link] but also circulating here to see if someone knows :) I am confused whether the "class_weight" parameter in Python's sklear

[scikit-learn] Question about Python's L2-Regularized Logistic Regression

2016-09-29 Thread Kristen M. Altenburger
Hi All, I am trying to understand Python’s code [function ‘_fit_liblinear' in https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/svm/base.py] for fitting an L2-logistic regression for a ‘liblinear’ solver. More specifically, my [approximately balanced class] dataset is such that t