Skip to content

Commit e549140

Browse files
committed
Merge branch 'realese/v0.4.1'
2 parents c9dd56a + 70140ee commit e549140

File tree

13 files changed

+2470
-41
lines changed

13 files changed

+2470
-41
lines changed

docs/api/datasets/fetch_criteo.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@
66

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

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

docs/api/datasets/fetch_hillstrom.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66

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

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

docs/api/datasets/fetch_lenta.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
66

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

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

docs/api/datasets/fetch_megafon.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,14 @@
66

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

9-
.. include:: ../../../sklift/datasets/descr/megafon.rst
9+
.. include:: ../../../sklift/datasets/descr/megafon.rst
10+
11+
About MegaFon
12+
##################
13+
14+
.. figure:: https://upload.wikimedia.org/wikipedia/commons/9/9e/MegaFon_logo.svg
15+
16+
`MegaFon (Russian: МегаФон) <https://en.wikipedia.org/wiki/MegaFon>`__ , previously known as North-West GSM, is the second largest mobile phone operator and the third largest telecom operator in Russia.
17+
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.
18+
19+
Link to the company's website: https://megafon.ru/

docs/api/datasets/fetch_x5.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@
66

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

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

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
* 🔨 something that previously didn’t work as documented – or according to reasonable expectations – should now work.
99
* ❗️ you will need to change your code to have the same effect in the future; or a feature will be removed in the future.
1010

11+
## Version 0.4.1
12+
13+
### [sklift.datasets](https://www.uplift-modeling.com/en/v0.4.0/api/datasets/index.html)
14+
15+
* 🔨 Fix bug in dataset links.
16+
* 📝 Add about a company section
17+
1118
## Version 0.4.0
1219

1320
### [sklift.metrics](https://www.uplift-modeling.com/en/v0.4.0/api/index/metrics.html)

0 commit comments

Comments
 (0)