shaddyab

Results 15 issues of shaddyab

Should all future issues and PR posted to this fork instead of wayfair/pylift?

Description of the scoring_method and scoring_cutoff exists in the docstrings of derivatives.py but not in base.py. In addition the default values for scoring_method is inconsistent in both files. I will...

If I have a control group which is ~2% of the overall data compared to ~98% treatment group (i.e., p=0.98), should the training data be balance such that it will...

Can the RandomForestRegressor function in uplift.ensemble be used to fit an uplift model where the outcome is continuous (i.e., sale, revenue, etc) rather than response (i.e., 0/1).

When executing the following code to find the features importance of a LGBMRegressor model I get a KeyError: 'objective' error. The model's objective was specified as 'mean_squared_error'. **Code:** ``` explainer...

stale