-
Notifications
You must be signed in to change notification settings - Fork 6
/
settings.ini
36 lines (35 loc) · 1.04 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[DEFAULT]
host = github
lib_name = recsys_slates_dataset
user = finn-no
description = Recommender Systems Dataset from FINN.no containing the presented items and whether and what the user clicked on.
keywords = recommender systems, dataset, slates, recsys
author = simen eide
author_email = [email protected]
copyright = Use with attribution
branch = main
version = 1.0.3
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = tbd
status = 2
requirements = requests>=2.25.1 numpy>=1.19.5 pandas>=1.0.5 torch>=1.9.0 PyYAML==5.4.1 gdown==4.5.1 pytorch-lightning>=1.4.1
nbs_path = .
doc_path = _docs
recursive = False
doc_host = http://opensource.finn.no
doc_baseurl = /recsys_slates_dataset/
git_url = https://github.com/finn-no/recsys_slates_dataset/tree/main/
lib_path = recsys_slates_dataset
title = recsys_slates_dataset
tst_flags = slow
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
clear_all = False
put_version_in_init = True