You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should the decisions trees default to class_weight: 'balanced'? I don't have much experience with scikit-learn, but reading the docs a bit it seems like this might be good for use cases that might be common to ML for Kids (eg, small numbers of training examples, classes possibly not evenly weighted).