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
and `Part 3 <https://habr.com/ru/company/ru_mts/blog/538934/>`__.
56
56
57
-
**Features**:
57
+
Why sklift
58
+
-------------
59
+
60
+
- Сomfortable and intuitive *scikit-learn*-like API;
58
61
59
-
* Сomfortable and intuitive scikit-learn-like API;
62
+
- More uplift metrics than you have ever seen in one place! Include brilliants like *Area Under Uplift Curve* (AUUC) or *Area Under Qini Curve* (Qini coefficient) with ideal cases;
60
63
61
-
* Applying any estimator compatible with scikit-learn (e.g. Xgboost, LightGBM, Catboost, etc.);
64
+
- Supporting any estimator compatible with scikit-learn (e.g. Xgboost, LightGBM, Catboost, etc.);
62
65
63
-
* 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|_));
66
+
- All approaches can be used in the ``sklearn.pipeline``. See the example of usage on `the Tutorials page<https://www.uplift-modeling.com/en/latest/tutorials.html>`__;
64
67
65
-
* Almost all implemented approaches solve classification and regression problem;
68
+
- Also metrics are compatible with the classes from ``sklearn.model_selection``. See the example of usage on `the Tutorials page <https://www.uplift-modeling.com/en/latest/tutorials.html>`__;
66
69
67
-
* More uplift metrics that you have ever seen in one place! Include brilliants like *Area Under Uplift Curve* (AUUC) or *Area Under Qini Curve* (Qini coefficient) with ideal cases;
70
+
- Almost all implemented approaches solve classification and regression problems;
68
71
69
-
* Nice and useful viz for analyzing a performance model.
72
+
- Nice and useful viz for analysing a performance model.
70
73
71
74
Installation
72
75
-------------
@@ -112,24 +115,25 @@ Use the intuitive python API to train uplift models with `sklift.models <https:
112
115
.. code-block:: python
113
116
114
117
# import approaches
115
-
from sklift.models import SoloModel, ClassTransformation, TwoModels
118
+
from sklift.models import SoloModel, ClassTransformation
116
119
# import any estimator adheres to scikit-learn conventions.
0 commit comments