Skip to content

Commit 1c212b9

Browse files
committed
📝 Fix capital letter
1 parent d1ccf10 commit 1c212b9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scikit-uplift
4242

4343
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
4444

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`_.
4646

4747
**Features**:
4848

@@ -206,7 +206,7 @@ Important links
206206
- Official source code repo: https://github.com/maks-sh/scikit-uplift/
207207
- Issue tracker: https://github.com/maks-sh/scikit-uplift/issues
208208
- Documentation: https://scikit-uplift.readthedocs.io/en/latest/
209-
- User guide: https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html
209+
- User Guide: https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html
210210
- Contributing guide: https://scikit-uplift.readthedocs.io/en/latest/contributing.html
211211
- Release History: https://scikit-uplift.readthedocs.io/en/latest/changelog.html
212212

docs/api/models/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
`sklift <../>`_.models
33
**********************
44

5-
See :ref:`Models <models>` section of the User guide for further details.
5+
See :ref:`Models <models>` section of the User Guide for further details.
66

77
.. toctree::
88
:maxdepth: 3

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scikit-uplift
1515

1616
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
1717

18-
Read more about uplift modelling problem in :ref:`User guide <user_guide>`, also in russian on habr.com: `Part 1`_ and `Part 2`_.
18+
Read more about uplift modelling problem in :ref:`User Guide <user_guide>`, also in russian on habr.com: `Part 1`_ and `Part 2`_.
1919

2020
Features
2121
#########

docs/user_guide/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.. _user_guide:
22

33
**********
4-
User guide
4+
User Guide
55
**********
66

77
.. image:: https://habrastorage.org/webt/hf/7i/nu/hf7inuu3agtnwl1yo0g--mznzno.jpeg
8-
:alt: User guide for uplift modeling and causal inference.
8+
:alt: Cover of User Guide for uplift modeling and causal inference
99

1010
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.
1111
It is relatively easy to implement, but surprisingly poorly covered in the machine learning courses and literature.
@@ -29,18 +29,18 @@ Credits
2929
**Acknowledgements:**
3030

3131
- `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
3333

3434
Citations
3535
----------
3636

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:
3838

3939
.. code:: latex
4040

4141
@misc{user-guide-for-uplift-modeling,
4242
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},
4444
year = {2020},
4545
publisher = {GitHub},
4646
journal = {GitHub repository},

0 commit comments

Comments
 (0)