ymd-h / tsax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TSax

Warning
This module is still under development, and doesn't work yet.

TSax is a Python package providing Time Series Forecasting Models.

The name comes from Time Series on JAX / Flax

Algorithms

Avoid to Vanishing Gradient

Development

docstring

We obey Numpy's Style guide, and the docstring is treated by Sphinx Napoleon extension.

Annotation

Follow JAX Typing Best Practices. Use jax.typing.ArrayLike for inputs, jax.Array for outputs.

About

License:MIT License


Languages

Language:Python 98.9%Language:Dockerfile 1.0%Language:Shell 0.1%