Hi,
I am looking for a package that works similarly to PyLift or R’s lift package. The idea is that I have two models: Self-service and the other is Sales-Assisted. I used Catboost.jl and examined manually that leads going through our sales-assisted model do better, but I don’t want to send all of the customers to sales-assistance - just the ones with the most impact.
Some text on the idea behind this is found here.
Having already loaded Conda/PyCall etc. to run CatBoost.jl I could run PyLift - but I was interested if this was already developed as a Julia solution? I didn’t see a package specifically about this, but it might be nestled within another or named differently.
Thoughts?