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
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/timeseries-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-04-24T13:50:45.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-11-29T23:11:36.000Z (4 months ago)
- Last Synced: 2025-12-02T04:11:52.591Z (4 months ago)
- Topics: time-series, time-series-analysis, timeseries, timeseries-analysis
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATIONS.bib
Awesome Lists containing this project
README
# [Time Series](https://www.ibm.com/think/topics/time-series-model) Toolkit
[]()
[]()
## 📖 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)