causalml icon indicating copy to clipboard operation
causalml copied to clipboard

is there any way to predict without installing casualml?

Open RainFung opened this issue 2 years ago • 1 comments

I would like to execute only the prediction task on one server, but it seems like the casuml package must be installed. The casualml package is too large, is there any way to predict without installing casualml?

uplift_model = joblib.load('uplift_model.joblib')
p2 = uplift_model.predict(df[x_names].values)

RainFung avatar Mar 24 '22 07:03 RainFung

I want to execute tasks in pyspark, any good suggestions here?

RainFung avatar Mar 24 '22 07:03 RainFung