forked from timeseriesAI/tsai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
28 lines (27 loc) · 902 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
[DEFAULT]
lib_name = tsai
user = timeseriesAI
branch = master
version = 0.2.12
description = Practical Deep Learning for Time Series / Sequential Data library based on fastai v2/ Pytorch
keywords = fastai time-series time-series-classification time-series-regression deep-learning Pytorch
author = Ignacio Oguiza
author_email = oguiza@gmail.com
license = apache2
copyright = Ignacio Oguiza
status = 3
min_python = 3.6
audience = Developers
language = English
requirements = fastai>=2.1.5 scikit-learn>=0.23.0 sktime statsmodels>=0.12.0 pyunpack psutil PyWavelets numba pyts imbalanced-learn>=0.7.0 tsfresh seaborn
pip_requirements = torch>=1.7.0
conda_requirements = pytorch>=1.7.0
nbs_path = nbs
doc_path = docs
git_url = https://github.com/timeseriesAI/tsai/tree/master/
lib_path = tsai
title = tsai
custom_sidebar = True
doc_host = https://timeseriesAI.github.io
doc_baseurl = /tsai/
host = github