-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsettings.ini
37 lines (36 loc) · 965 Bytes
/
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
36
[DEFAULT]
host = github
lib_name = datasetsforecast
user = Nixtla
description = Datasets for Time series forecasting
keywords = time-series forecasting datasets
author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 1.0.0
min_python = 3.9
audience = Developers
language = English
custom_sidebar = False
license = mit
status = 2
requirements = aiohttp numpy scikit-learn pandas requests tqdm utilsforecast>=0.0.8 xlrd>=1.0.0
dev_requirements = nbdev==2.3.25 pre-commit setuptools
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://Nixtla.github.io
doc_baseurl = /datasetsforecast/
git_url = https://github.com/Nixtla/datasetsforecast/tree/main/
lib_path = datasetsforecast
title = datasetsforecast
tst_flags = notest
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = False
clean_ids = True
clear_all = False
put_version_in_init = True