Skip to content

Commit 412b490

Browse files
committed
Merge branch 'release/v0.3.1'
2 parents 7c1e88a + 0baaf96 commit 412b490

File tree

15 files changed

+1880
-285
lines changed

15 files changed

+1880
-285
lines changed

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include *.rst
2+
recursive-include sklift/datasets/ *.rst
3+
include MANIFEST.in

Readme.rst

Lines changed: 15 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. _PyPi: https://badge.fury.io/py/scikit-uplift
1010

1111
.. |Docs| image:: https://readthedocs.org/projects/scikit-uplift/badge/?version=latest
12-
.. _Docs: https://scikit-uplift.readthedocs.io/en/latest/
12+
.. _Docs: https://www.uplift-modeling.com/en/latest/
1313

1414
.. |License| image:: https://img.shields.io/badge/license-MIT-green
1515
.. _License: https://github.com/maks-sh/scikit-uplift/blob/master/LICENSE
@@ -26,7 +26,7 @@
2626
.. |Open In Colab4| image:: https://colab.research.google.com/assets/colab-badge.svg
2727
.. _Open In Colab4: https://colab.research.google.com/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_RU.ipynb
2828

29-
.. _scikit-uplift.readthedocs.io: https://scikit-uplift.readthedocs.io/en/latest/
29+
.. _uplift-modeling.com: https://www.uplift-modeling.com/en/latest/
3030

3131
.. image:: https://raw.githubusercontent.com/maks-sh/scikit-uplift/dev/docs/_static/sklift-github-logo.png
3232
:align: center
@@ -48,7 +48,7 @@ Uplift modeling estimates a causal effect of treatment and uses it to effectivel
4848

4949
* Select a tiny group of customers in the campaign where a price per customer is high.
5050

51-
Read more about uplift modeling problem in `User Guide <https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html>`__,
51+
Read more about uplift modeling problem in `User Guide <https://www.uplift-modeling.com/en/latest/user_guide/index.html>`__.
5252

5353
Articles in russian on habr.com: `Part 1 <https://habr.com/ru/company/ru_mts/blog/485980/>`__
5454
and `Part 2 <https://habr.com/ru/company/ru_mts/blog/485976/>`__.
@@ -87,7 +87,7 @@ Or install from source:
8787
Documentation
8888
--------------
8989

90-
The full documentation is available at `scikit-uplift.readthedocs.io`_.
90+
The full documentation is available at `uplift-modeling.com`_.
9191

9292
Or you can build the documentation locally using `Sphinx <http://sphinx-doc.org/>`_ 1.4 or later:
9393

@@ -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
@@ -170,55 +176,20 @@ Development
170176

171177
We welcome new contributors of all experience levels.
172178

173-
- Please see our `Contributing Guide <https://scikit-uplift.readthedocs.io/en/latest/contributing.html>`_ for more details.
179+
- Please see our `Contributing Guide <https://www.uplift-modeling.com/en/latest/contributing.html>`_ for more details.
174180
- By participating in this project, you agree to abide by its `Code of Conduct <https://github.com/maks-sh/scikit-uplift/blob/master/.github/CODE_OF_CONDUCT.md>`__.
175181

176182
If you have any questions, please contact us at [email protected]
177183

178-
Contributing
179-
~~~~~~~~~~~~~~~
180-
181-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/0
182-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/0
183-
:alt: Top contributor 1
184-
185-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/1
186-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/1
187-
:alt: Top contributor 2
188-
189-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/2
190-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/2
191-
:alt: Top contributor 3
192-
193-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/3
194-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/3
195-
:alt: Top contributor 4
196-
197-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/4
198-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/4
199-
:alt: Top contributor 5
200-
201-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/5
202-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/5
203-
:alt: Top contributor 6
204-
205-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/6
206-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/6
207-
:alt: Top contributor 7
208-
209-
.. image:: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/images/7
210-
:target: https://sourcerer.io/fame/maks-sh/maks-sh/scikit-uplift/links/7
211-
:alt: Legend
212-
213184
Important links
214185
~~~~~~~~~~~~~~~
215186

216187
- Official source code repo: https://github.com/maks-sh/scikit-uplift/
217188
- Issue tracker: https://github.com/maks-sh/scikit-uplift/issues
218-
- Documentation: https://scikit-uplift.readthedocs.io/en/latest/
219-
- User Guide: https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html
220-
- Contributing guide: https://scikit-uplift.readthedocs.io/en/latest/contributing.html
221-
- Release History: https://scikit-uplift.readthedocs.io/en/latest/changelog.html
189+
- Documentation: https://www.uplift-modeling.com/en/latest/
190+
- User Guide: https://www.uplift-modeling.com/en/latest/user_guide/index.html
191+
- Contributing guide: https://www.uplift-modeling.com/en/latest/contributing.html
192+
- Release History: https://www.uplift-modeling.com/en/latest/changelog.html
222193

223194
===============
224195

0 commit comments

Comments
 (0)