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
estimation_sample_size is an input for UpliftRandomForestClassifier, but the value you pass in never gets passed to the trees in the forest, so it always defaults to 0.5 no matter what you input.