Skip to content

Commit cee2454

Browse files
Add fetch_lenta and docs (#59)
* new file: docs/api/datasets/clear_data_dir.rst new file: docs/api/datasets/create_data_dir.rst new file: docs/api/datasets/download.rst new file: docs/api/datasets/fetch_lenta.rst new file: docs/api/datasets/get_data.rst new file: docs/api/datasets/get_data_dir.rst new file: docs/api/datasets/index.rst modified: docs/api/index.rst new file: sklift/datasets/datasets.py new file: sklift/datasets/descr/lenta.rst
1 parent 98c8fba commit cee2454

File tree

13 files changed

+251
-8
lines changed

13 files changed

+251
-8
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*****************************************
2+
`sklift.datasets <./>`_.clear_data_dir
3+
*****************************************
4+
5+
.. autofunction:: sklift.datasets.datasets.clear_data_dir
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*****************************************
2+
`sklift.datasets <./>`_.create_data_dir
3+
*****************************************
4+
5+
.. autofunction:: sklift.datasets.datasets.create_data_dir

docs/api/datasets/download.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*****************************************
2+
`sklift.datasets <./>`_.download
3+
*****************************************
4+
5+
.. autofunction:: sklift.datasets.datasets.download

docs/api/datasets/fetch_criteo.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
***********************************
2+
`sklift.datasets <./>`_.fetch_criteo
3+
***********************************
4+
5+
.. autofunction:: sklift.datasets.datasets.fetch_criteo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
***********************************
2+
`sklift.datasets <./>`_.fetch_hillstorm
3+
***********************************
4+
5+
.. autofunction:: sklift.datasets.datasets.fetch_hillstorm

docs/api/datasets/fetch_lenta.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
***********************************
2+
`sklift.datasets <./>`_.fetch_lenta
3+
***********************************
4+
5+
.. autofunction:: sklift.datasets.datasets.fetch_lenta
6+
.. include:: ../../../sklift/datasets/descr/lenta.rst

docs/api/datasets/fetch_x5.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
***********************************
2+
`sklift.datasets <./>`_.fetch_x5
3+
***********************************
4+
5+
.. autofunction:: sklift.datasets.datasets.fetch_x5

docs/api/datasets/get_data.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*****************************************
2+
`sklift.datasets <./>`_.get_data
3+
*****************************************
4+
5+
.. autofunction:: sklift.datasets.datasets.get_data

docs/api/datasets/get_data_dir.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*****************************************
2+
`sklift.datasets <./>`_.get_data_dir
3+
*****************************************
4+
5+
.. autofunction:: sklift.datasets.datasets.get_data_dir

docs/api/datasets/index.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
************************
2+
`sklift <../>`_.datasets
3+
************************
4+
5+
.. toctree::
6+
:maxdepth: 3
7+
8+
./clear_data_dir
9+
./create_data_dir
10+
./download
11+
./get_data_dir
12+
./get_data
13+
./fetch_lenta
14+
./fetch_x5
15+
./fetch_criteo
16+
./fetch_hillstorm

0 commit comments

Comments
 (0)