https://github.com/unit8co/darts
Revision bb508e35657b4c599c537e664e305a3365576ea8 authored by Julien Herzen on 12 August 2022, 19:57:14 UTC, committed by GitHub on 12 August 2022, 19:57:14 UTC
* bump u8darts version

* update changelog

* add Catboost model to list of models
1 parent c5ae053
Raw File
Tip revision: bb508e35657b4c599c537e664e305a3365576ea8 authored by Julien Herzen on 12 August 2022, 19:57:14 UTC
Release 0.21.0 (#1149)
Tip revision: bb508e3
setup.cfg
[flake8]
exclude =
    .git,
    __pycache__,
    .pytest_cache,
    __init__.py
max-line-length = 120
extend-ignore = E203

[isort]
profile = black
back to top