TSIClient VS pytorch-forecasting

Compare TSIClient vs pytorch-forecasting and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
TSIClient pytorch-forecasting
1 9
6 3,611
- -
7.0 8.6
7 months ago 7 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

TSIClient

Posts with mentions or reviews of TSIClient. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-31.
  • Hosting Python Packages in Azure DevOps
    2 projects | dev.to | 31 Aug 2021
    from setuptools import setup, find_packages with open('README.md') as f: long_description = f.read() setup( name = 'animalsounds', # How you named your package folder (TSIClient) packages = ['animalsounds'], # Chose the same as "name" version = '1.0.0', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository long_description=long_description, long_description_content_type='text/markdown', # This is important! author = 'Vivek Raja P S', # Type in your name author_email = '[email protected]', # Type in your E-Mail url = 'https://github.com/Vivek0712/azure-devops-pypackage', # Provide either the link to your github or to your website #download_url = 'https://github.com/RaaLabs/TSIClient/archive/v_0.7.tar.gz', # If you create releases through Github, then this is important keywords = ['Azure', 'DevOps', 'Python'], # Keywords that define your package best packages = find_packages("src", exclude=["test"]), classifiers=[ 'Development Status :: 3 - Alpha', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package 'Intended Audience :: Developers', # Define that your audience are developers 'Topic :: Software Development :: Build Tools', 'License :: OSI Approved :: MIT License', # Again, pick a license 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.9', ], )

pytorch-forecasting

Posts with mentions or reviews of pytorch-forecasting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-14.

What are some alternatives?

When comparing TSIClient and pytorch-forecasting you can also consider the following projects:

azure-devops-pypackage

darts - A python library for user-friendly forecasting and anomaly detection on time series.

Prophet - Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

neuralforecast - Scalable and user friendly neural :brain: forecasting algorithms.

Lime-For-Time - Application of the LIME algorithm by Marco Tulio Ribeiro, Sameer Singh, Carlos Guestrin to the domain of time series classification

pytorch-lightning - Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems). [Moved to: https://github.com/Lightning-AI/lightning]

tslearn - The machine learning toolkit for time series analysis in Python

snntorch - Deep and online learning with spiking neural networks in Python

Informer2020 - The GitHub repository for the paper "Informer" accepted by AAAI 2021.

nixtla - Python SDK for TimeGPT, a foundational time series model

DeepSpeed - DeepSpeed is a deep learning optimization library that makes distributed training and inference easy, efficient, and effective.

uncertainty-baselines - High-quality implementations of standard and SOTA methods on a variety of tasks.