An open API service indexing awesome lists of open source software.

https://github.com/cybersecurity-dev/timeseries-toolkit

Time Series Toolkit
https://github.com/cybersecurity-dev/timeseries-toolkit

time-series time-series-analysis timeseries timeseries-analysis

Last synced: about 2 months ago
JSON representation

Time Series Toolkit

Awesome Lists containing this project

README

          

# [Time Series](https://www.ibm.com/think/topics/time-series-model) Toolkit

[![YouTube](https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white)]()
[![Reddit](https://img.shields.io/badge/Reddit-FF4500?style=for-the-badge&logo=reddit&logoColor=white)]()


GitHub
 
YouTube
 
My Awesome Lists

## 📖 Contents
- [My Other Awesome Lists](#my-other-awesome-lists)
- [Contributing](#contributing)
- [Contributors](#contributors)


Install required tools on Linux

### For Ubuntu 18.04, 20.04, 22.04

```bash
sudo apt-get update
```





Install required python libs

### pip install
```bash
pip install -r requirements.txt
python3 setup.py install
```

### conda install
```bash
conda config --add channels conda-forge
conda install --file requirements_conda.txt
python3 setup.py install
```

##

### My Awesome Lists
You can access the my awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)

### Contributing

[Contributions of any kind welcome, just follow the guidelines](contributing.md)!

### Contributors

[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Time-Series-Toolkit/graphs/contributors)!

[🔼 Back to top](#time-series-toolkit)