forked from Nixtla/mlforecast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
37 lines (37 loc) · 1.01 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
36
37
[DEFAULT]
host = github
lib_name = mlforecast
user = Nixtla
description = Scalable machine learning based time series forecasting
keywords = python forecast forecasting machine-learning dask
author = José Morales
author_email = jmoralz92@gmail.com
copyright = Nixtla
branch = main
version = 0.7.3
min_python = 3.6
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 3
requirements = numba pandas scikit-learn window-ops
distributed_requirements = dask[complete] fugue[ray] pyspark lightgbm_ray xgboost_ray
dev_requirements = black datasetsforecast lightgbm matplotlib mypy nbdev ruff statsforecast xgboost
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://Nixtla.github.io
doc_baseurl = /
git_url = https://github.com/Nixtla/mlforecast
lib_path = mlforecast
title = mlforecast
tst_flags =
black_formatting = True
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