Robert Yi
Robert Yi
Absolutely! Let me see how hard it is to enable this by default, and I'll let you know (or just do it haha).
Hm I'll look into how feasible this might be in a low-effort way! If the goal is just to make a basic interface available to others, I recently discovered [gotty](https://github.com/yudai/gotty),...
Ah didn't know glue had additional info! Yeah both of those suggestions sound feasible. Open some issues and I'll take a look :)
@manuelzander is on this!
First step of this work merged (this bit pulls the data down and augments the `TableMetadata` model): https://github.com/dataframehq/whale/pull/93 Nice work @manuelzander!
I think for now, that makes sense - I believe Wayfair is still maintaining the package, so you could also post there, but I'll be making updates on this repo,...
Ah we only really include Qini because it's a standard used by a lot of papers -- you should almost always use either adjusted Qini or cumulative gains, and except...
It's just using matplotlib, so you should be able to just run ``` import matplotlib.pyplot as plt plt.xlabel('new xlabel') ``` let me know if you still have any issues :)
Yeah agree this is confusing. Thanks for pointing it out. This is the typical definition of Qini (as in the Radcliffe paper), but we should definitely just be writing out...
Hey @shaddyab thanks for this. Could you make this PR to https://github.com/df-foundation/pylift ?