File tree Expand file tree Collapse file tree 6 files changed +79
-4
lines changed Expand file tree Collapse file tree 6 files changed +79
-4
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ See the **RetailHero tutorial notebook** (`EN <https://nbviewer.jupyter.org/gith
106106
107107**Train and predict uplift model **
108108
109+ Use the intuitive python API to train uplift models with `sklift.models <https://www.uplift-modeling.com/en/latest/api/models/index.html >`__.
110+
109111.. code-block :: python
110112
111113 # import approaches
@@ -130,6 +132,8 @@ See the **RetailHero tutorial notebook** (`EN <https://nbviewer.jupyter.org/gith
130132
131133 **Evaluate your uplift model **
132134
135+ Uplift model evaluation metrics are available in `sklift.metrics <https://www.uplift-modeling.com/en/latest/api/metrics/index.html >`__.
136+
133137.. code-block :: python
134138
135139 # import metrics to evaluate your model
@@ -153,6 +157,8 @@ See the **RetailHero tutorial notebook** (`EN <https://nbviewer.jupyter.org/gith
153157
154158 **Vizualize the results **
155159
160+ Visualize performance metrics with `sklift.viz <https://www.uplift-modeling.com/en/latest/api/viz/index.html >`__.
161+
156162.. code-block :: python
157163
158164 # import vizualisation tools
Original file line number Diff line number Diff line change 88* 🔨 something that previously didn’t work as documentated – or according to reasonable expectations – should now work.
99* ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.
1010
11+ ## Version 0.3.1
12+
13+ ### [ sklift.datasets] ( https://www.uplift-modeling.com/en/v0.3.1/api/datasets/index.html )
14+
15+ * 🔨 Fix bugs in [ sklift.datasets] ( https://www.uplift-modeling.com/en/v0.3.1/api/datasets/index.html )
16+
17+ ### [ sklift.metrics] ( https://www.uplift-modeling.com/en/v0.3.1/api/index/metrics.html )
18+
19+ * 📝 Imporve [ uplift_by_percentile] ( https://www.uplift-modeling.com/en/v0.3.1/api/metrics/uplift_by_percentile.html ) function by [ @ElisovaIra ] ( https://github.com/ElisovaIra ) .
20+
21+ ### Miscellaneous
22+
23+ * 💥 Add tutorial [ "Uplift modeling metrics"] ( https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb ) by [ @ElisovaIra ] ( https://github.com/ElisovaIra ) .
24+
1125## Version 0.3.0
1226
1327### [ sklift.datasets] ( https://www.uplift-modeling.com/en/v0.3.0/api/datasets/index.html )
Original file line number Diff line number Diff line change @@ -35,6 +35,19 @@ It is better to start scikit-uplift from the basic tutorials.
3535 - `nbviewer <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb >`__
3636 - `github <https://github.com/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb >`__
3737
38+ `Uplift modeling metrics `_
39+ ----------------------------------------------------------------------------------
40+
41+ .. list-table ::
42+ :align: center
43+ :widths: 12 15 10 8
44+
45+ * - In English 🇬🇧
46+ - |Open In Colab1 |
47+ - `nbviewer <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb >`__
48+ - `github <https://github.com/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb >`__
49+
50+
3851`Example of usage model from sklift.models in sklearn.pipeline `_
3952----------------------------------------------------------------------------------
4053
Original file line number Diff line number Diff line change @@ -35,6 +35,18 @@ It is better to start scikit-uplift from the basic tutorials.
3535 - `nbviewer <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb >`__
3636 - `github <https://github.com/maks-sh/scikit-uplift/blob/master/notebooks/RetailHero.ipynb >`__
3737
38+ `Uplift modeling metrics `_
39+ ----------------------------------------------------------------------------------
40+
41+ .. list-table ::
42+ :align: center
43+ :widths: 12 15 10 8
44+
45+ * - In English 🇬🇧
46+ - |Open In Colab1 |
47+ - `nbviewer <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb >`__
48+ - `github <https://github.com/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb >`__
49+
3850`Example of usage model from sklift.models in sklearn.pipeline `_
3951----------------------------------------------------------------------------------
4052
Original file line number Diff line number Diff line change 5151 },
5252 "outputs" : [],
5353 "source" : [
54- " # ! pip install scikit-uplift xgboost==1.0.2 category_encoders==2.1.0 -U"
54+ " # pip install scikit-uplift xgboost==1.0.2 category_encoders==2.1.0 -U"
5555 ]
5656 },
5757 {
395395 "nbconvert_exporter" : " python" ,
396396 "pygments_lexer" : " ipython3" ,
397397 "version" : " 3.6.1"
398+ },
399+ "pycharm" : {
400+ "stem_cell" : {
401+ "cell_type" : " raw" ,
402+ "source" : [],
403+ "metadata" : {
404+ "collapsed" : false
405+ }
406+ }
398407 }
399408 },
400409 "nbformat" : 4 ,
401410 "nbformat_minor" : 2
402- }
411+ }
Original file line number Diff line number Diff line change 44 "cell_type" : " markdown" ,
55 "metadata" : {},
66 "source" : [
7- " # 🎯 Uplift modeling `metrics`"
7+ " # 🎯 Uplift modeling `metrics`\n " ,
8+ " \n " ,
9+ " <br>\n " ,
10+ " <center>\n " ,
11+ " <a href=\" https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/uplift_metrics_tutorial.ipynb\" >\n " ,
12+ " <img src=\" https://colab.research.google.com/assets/colab-badge.svg\" >\n " ,
13+ " </a>\n " ,
14+ " <br>\n " ,
15+ " <b><a href=\" https://github.com/maks-sh/scikit-uplift/\" >SCIKIT-UPLIFT REPO</a> | </b>\n " ,
16+ " <b><a href=\" https://scikit-uplift.readthedocs.io/en/latest/\" >SCIKIT-UPLIFT DOCS</a> | </b>\n " ,
17+ " <b><a href=\" https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html\" >USER GUIDE</a></b>\n " ,
18+ " <br>\n " ,
19+ " </center>"
820 ]
921 },
1022 {
15081520 "nbconvert_exporter" : " python" ,
15091521 "pygments_lexer" : " ipython3" ,
15101522 "version" : " 3.7.1"
1523+ },
1524+ "pycharm" : {
1525+ "stem_cell" : {
1526+ "cell_type" : " raw" ,
1527+ "source" : [],
1528+ "metadata" : {
1529+ "collapsed" : false
1530+ }
1531+ }
15111532 }
15121533 },
15131534 "nbformat" : 4 ,
15141535 "nbformat_minor" : 4
1515- }
1536+ }
You can’t perform that action at this time.
0 commit comments