You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ scikit-uplift
42
42
43
43
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
44
44
45
-
More about uplift modelling problem read in `User guide<https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html>`__, and also in russian on habr.com: `Part 1`_ and `Part 2`_.
45
+
More about uplift modelling problem read in `User Guide<https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html>`__, and also in russian on habr.com: `Part 1`_ and `Part 2`_.
46
46
47
47
**Features**:
48
48
@@ -206,7 +206,7 @@ Important links
206
206
- Official source code repo: https://github.com/maks-sh/scikit-uplift/
:alt:User guide for uplift modeling and causal inference.
8
+
:alt:Cover of User Guide for uplift modeling and causal inference
9
9
10
10
Uplift modeling estimates the effect of communication action on some customer outcome and gives an opportunity to efficiently target customers which are most likely to respond to a marketing campaign.
11
11
It is relatively easy to implement, but surprisingly poorly covered in the machine learning courses and literature.
@@ -29,18 +29,18 @@ Credits
29
29
**Acknowledgements:**
30
30
31
31
- `Kirill Liksakov <https://github.com/kirrlix1994>`_ - uplift metrics research
32
-
- `Alina Zhukova <https://www.linkedin.com/in/alina-zhukova-a307b677/>`_ - artwork: user guide cover and key pictures
32
+
- `Alina Zhukova <https://www.linkedin.com/in/alina-zhukova-a307b677/>`_ - artwork: User Guide cover and key pictures
33
33
34
34
Citations
35
35
----------
36
36
37
-
If you find this User guide useful for your research, please consider citing:
37
+
If you find this User Guide useful for your research, please consider citing:
38
38
39
39
.. code:: latex
40
40
41
41
@misc{user-guide-for-uplift-modeling,
42
42
author = {Maksim Shevchenko, Irina Elisova},
43
-
title = {User guide for uplift modeling and casual inference},
43
+
title = {User Guide for uplift modeling and casual inference},
0 commit comments