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
Uplift prediction aims to estimate the causal impact of a treatment at the individual level.
41
42
42
-
More about uplift modelling problem read in russian on habr.com: `Part 1`_ and `Part 2`_.
43
+
Read more about uplift modeling problem in `User Guide <https://scikit-uplift.readthedocs.io/en/latest/user_guide/index.html>`__,
44
+
also articles in russian on habr.com: `Part 1 <https://habr.com/ru/company/ru_mts/blog/485980/>`__
45
+
and `Part 2 <https://habr.com/ru/company/ru_mts/blog/485976/>`__.
43
46
44
47
**Features**:
45
48
46
49
* Comfortable and intuitive style of modelling like scikit-learn;
47
50
48
51
* Applying any estimator adheres to scikit-learn conventions;
49
52
50
-
* All approaches can be used in sklearn.pipeline (see example (`EN <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_EN.ipynb>`__ |Open In Colab3|_, `RU <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_RU.ipynb>`__ |Open In Colab4|_))
53
+
* All approaches can be used in sklearn.pipeline (see example (`EN <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_EN.ipynb>`__ |Open In Colab3|_, `RU <https://nbviewer.jupyter.org/github/maks-sh/scikit-uplift/blob/master/notebooks/pipeline_usage_RU.ipynb>`__ |Open In Colab4|_));
51
54
52
55
* Almost all implemented approaches solve both the problem of classification and regression;
53
56
@@ -101,57 +104,65 @@ See the **RetailHero tutorial notebook** (`EN <https://nbviewer.jupyter.org/gith
101
104
# import any estimator adheres to scikit-learn conventions.
:alt:Example of model's qini curve, perfect qini curve and random qini curve
150
158
151
159
Development
152
160
-----------
153
161
154
-
We welcome new contributors of all experience levels. Please see our `Contributing Guide <https://scikit-uplift.readthedocs.io/en/latest/contributing.html>`_ for more details.
162
+
We welcome new contributors of all experience levels.
163
+
164
+
- Please see our `Contributing Guide <https://scikit-uplift.readthedocs.io/en/latest/contributing.html>`_ for more details.
165
+
- 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>`__.
155
166
156
167
Contributing
157
168
~~~~~~~~~~~~~~~
@@ -195,6 +206,7 @@ Important links
195
206
- Official source code repo: https://github.com/maks-sh/scikit-uplift/
0 commit comments