Skip to content

Commit 29cbb3a

Browse files
Add "About the company" section (#161)
* modified: sklift/tests/test_metrics.py * deleted: sklift/tests/test_plot_qini_curve.py deleted: sklift/tests/test_plot_uplift_curve.py new file: sklift/tests/test_viz.py * modified: docs/api/datasets/fetch_criteo.rst modified: docs/api/datasets/fetch_hillstrom.rst modified: docs/api/datasets/fetch_lenta.rst modified: docs/api/datasets/fetch_megafon.rst modified: docs/api/datasets/fetch_x5.rst * modified: docs/api/datasets/fetch_criteo.rst modified: docs/api/datasets/fetch_hillstrom.rst modified: docs/api/datasets/fetch_lenta.rst modified: docs/api/datasets/fetch_megafon.rst modified: docs/api/datasets/fetch_x5.rst
1 parent 88a02cd commit 29cbb3a

File tree

5 files changed

+53
-0
lines changed

5 files changed

+53
-0
lines changed

docs/api/datasets/fetch_criteo.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,17 @@
66

77
.. autofunction:: sklift.datasets.datasets.fetch_criteo
88

9+
About the company
10+
##################
11+
12+
Criteo is an advertising company that provides online display advertisements.
13+
The company was founded and is headquartered in Paris, France. Criteo's product is a form of display advertising,
14+
which displays interactive banner advertisements, generated based on the online browsing preferences and behaviour for each customer.
15+
The solution operates on a pay per click/cost per click (CPC) basis.
16+
17+
.. figure:: https://upload.wikimedia.org/wikipedia/commons/d/d2/Criteo_logo21.svg
18+
19+
Link to the company's website: https://www.criteo.com/
20+
21+
922
.. include:: ../../../sklift/datasets/descr/criteo.rst

docs/api/datasets/fetch_hillstrom.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66

77
.. autofunction:: sklift.datasets.datasets.fetch_hillstrom
88

9+
About the company
10+
##################
11+
12+
The dataset was provided by Kevin Hillstorm.
13+
Kevin is President of MineThatData, a consultancy that helps CEOs understand the complex relationship between Customers, Advertising, Products, Brands, and Channels.
14+
15+
Link to the blog website: https://blog.minethatdata.com/
16+
917
.. include:: ../../../sklift/datasets/descr/hillstrom.rst

docs/api/datasets/fetch_lenta.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
66

77
.. autofunction:: sklift.datasets.datasets.fetch_lenta
88

9+
About the company
10+
##################
11+
12+
Lenta (Russian: Лентa) is a Russian super - and hypermarket chain. With 149 locations across the country,
13+
it is one of Russia's largest retail chains in addition to being the country's second largest hypermarket chain.
14+
15+
.. figure:: https://upload.wikimedia.org/wikipedia/commons/7/73/Lenta_logo.svg
16+
17+
Link to the company's website: https://www.lenta.com/
18+
919
.. include:: ../../../sklift/datasets/descr/lenta.rst

docs/api/datasets/fetch_megafon.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
66

77
.. autofunction:: sklift.datasets.datasets.fetch_megafon
88

9+
About the company
10+
##################
11+
12+
MegaFon (Russian: МегаФон), previously known as North-West GSM, is the second largest mobile phone operator and the third largest telecom operator in Russia.
13+
It works in the GSM, UMTS and LTE standard. As of June 2012, the company serves 62.1 million subscribers in Russia and 1.6 million in Tajikistan. It is headquartered in Moscow.
14+
15+
.. figure:: https://upload.wikimedia.org/wikipedia/commons/9/9e/MegaFon_logo.svg
16+
17+
Link to the company's website: https://megafon.ru/
18+
919
.. include:: ../../../sklift/datasets/descr/megafon.rst

docs/api/datasets/fetch_x5.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@
66

77
.. autofunction:: sklift.datasets.datasets.fetch_x5
88

9+
About the company
10+
##################
11+
12+
X5 Group is a leading Russian food retailer.
13+
The Company operates several retail formats: proximity stores under the Pyaterochka brand,
14+
supermarkets under the Perekrestok brand and hypermarkets under the Karusel brand, as well as the Perekrestok.ru online market,
15+
the 5Post parcel and Dostavka.Pyaterochka and Perekrestok. Bystro food delivery services.
16+
17+
.. figure:: https://upload.wikimedia.org/wikipedia/en/8/83/X5_Retail_Group_logo_2015.png
18+
19+
Link to the company's website: https://www.x5.ru/
20+
921
.. include:: ../../../sklift/datasets/descr/x5.rst

0 commit comments

Comments
 (0)