Version 0.4.0
Version 0.4.0
sklift.metrics
- 🔥 Add make_uplift_scorer function for interacting with the module
sklearn.model_selection
by @wrapper228. - 🔥 Add new metric average_squared_deviation function by @Mogby.
sklift.viz
- 🔥 Added the ability to draw multiple plot on the same graph of plot_uplift_curve function and plot_qini_curve function by @flashlight101.
sklift.datasets
- 💥 Add new dataset fetch_megafon function by @ezhdi.
- 📝 Improve documentation of sklift.datasets by @flashlight101 and @ezhdi.
Miscellaneous
- 💥 Add new tutorial Example of usage model from sklift.models in sklearn.model_selection by @wrapper228.
- 💥 Increased test coverage from 30% to 82% by @flashlight101 and @Ksyula
- 📝 Add EDA of available datasets on Tutorials page by @lyutov89, @ezhdi, @patpanda94 and @Ksyula.
- 📝 Imporve "RetailHero tutorial" by @Ksyula.