Re: [scikit-learn] scikit-learn Digest, Vol 43, Issue 25

2019-10-16 Thread Gael Varoquaux
On Sun, Oct 13, 2019 at 07:40:11PM +0900, Brown J.B. via scikit-learn wrote: > Please, respect and refinement when addressing the contributors and users of > scikit-learn. I believe that Mike simply misread. It's something that happens (it happens a lot to me). No harm on my side, and thanks for

Re: [scikit-learn] scikit-learn Digest, Vol 43, Issue 25

2019-10-16 Thread João André
Dear Scikit-learn, This is my first message in this community! I make it because I think "model complexity" and "model prediction" are two separate "properties", which cannot in principle be directly compared. This is because one variable is missing, which is the data. If the initial data set cor

[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