Skip to content

Commit 68fd698

Browse files
committed
Merge branch 'feature/changelog' into dev
2 parents 47f0896 + 6f00a61 commit 68fd698

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/changelog.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,19 @@
1212

1313
### [sklift.viz](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html)
1414

15-
* 🔨 Fix bug with import [plot_treatment_balance_curve](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html#sklift.viz.base.plot_treatment_balance_curve)
15+
* 💥 Add [plot_uplift_by_percentile](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html#sklift.viz.base.plot_uplift_by_percentile) by [@ElisovaIra](https://github.com/ElisovaIra).
16+
* 🔨 Fix bug with import [plot_treatment_balance_curve](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html#sklift.viz.base.plot_treatment_balance_curve).
1617

1718
### [sklift.metrics](https://scikit-uplift.readthedocs.io/en/latest/api/metrics.html)
1819

20+
* 💥 Add [response_rate_by_percentile](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html#sklift.metrics.metrics.response_rate_by_percentile) by [@ElisovaIra](https://github.com/ElisovaIra).
1921
* 🔨 Fix bug with import [uplift_auc_score](https://scikit-uplift.readthedocs.io/en/latest/api/metrics.html#sklift.metrics.metrics.uplift_auc_score) and [qini_auc_score](https://scikit-uplift.readthedocs.io/en/latest/metrics.html#sklift.metrics.metrics.qini_auc_score).
20-
* 📝 Fix typos in docstrings
22+
* 📝 Fix typos in docstrings.
2123

2224
### Miscellaneous
2325

24-
* 📝 Add link to Release History in main Readme.md
26+
* 💥 Add tutorial ["Example of usage model from sklift.models in sklearn.pipeline"](https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_EN.ipynb).
27+
* 📝 Add link to Release History in main Readme.md.
2528

2629
## Version 0.1.0
2730

@@ -34,6 +37,7 @@
3437

3538
* 💥 Add [treatment_balance_curve](https://scikit-uplift.readthedocs.io/en/latest/api/metrics.html#sklift.metrics.metrics.treatment_balance_curve) by [@spiaz](https://github.com/spiaz).
3639
* ❗️ The metrics `auuc` and `auqc` are now respectively renamed to [uplift_auc_score](https://scikit-uplift.readthedocs.io/en/latest/api/metrics.html#sklift.metrics.metrics.uplift_auc_score) and [qini_auc_score](https://scikit-uplift.readthedocs.io/en/latest/metrics.html#sklift.metrics.metrics.qini_auc_score). So, `auuc` and `auqc` will be removed in 0.2.0.
40+
* ❗️ Add a new parameter `startegy` in [uplift_at_k](https://scikit-uplift.readthedocs.io/en/latest/metrics.html#sklift.metrics.metrics.uplift_at_k).
3741

3842
### [sklift.viz](https://scikit-uplift.readthedocs.io/en/latest/api/viz.html)
3943

0 commit comments

Comments
 (0)