rovedream / nixtla

Python SDK for TimeGPT, a foundational time series model

Home Page:https://nixtlaverse.nixtla.io/nixtla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nixtla   Tweet  Slack

Nixtla

Forecast using TimeGPT

CI Python PyPi License docs Downloads

Nixtla offers a collection of classes and methods to interact with the API of TimeGPT.

πŸ•°οΈ TimeGPT: Revolutionizing Time-Series Analysis

Developed by Nixtla, TimeGPT is a cutting-edge generative pre-trained transformer model dedicated to prediction tasks. πŸš€ By leveraging the most extensive dataset ever – financial, weather, energy, and sales data – TimeGPT brings unparalleled time-series analysis right to your terminal! πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’»

In seconds, TimeGPT can discern complex patterns and predict future data points, transforming the landscape of data science and predictive analytics.

βš™οΈ Fine-Tuning: For Precision Prediction

In addition to its core capabilities, TimeGPT supports fine-tuning, enhancing its specialization for specific prediction tasks. 🎯 This feature is like training a machine learning model on a targeted data subset to improve its task-specific performance, making TimeGPT an even more versatile tool for your predictive needs.

πŸ”„ Nixtla: Your Gateway to TimeGPT

With Nixtla, you can easily interact with TimeGPT through simple API calls, making the power of TimeGPT readily accessible in your projects.

πŸ’» Installation

Get Nixtla up and running with a simple pip command:

pip install nixtla>=0.5.1

🎈 Quick Start

Get started with TimeGPT now:

df = pd.read_csv('https://raw.githubusercontent.com/Nixtla/transfer-learning-time-series/main/datasets/electricity-short.csv')

from nixtla import NixtlaClient
nixtla_client = NixtlaClient(
    # defaults to os.environ.get("NIXTLA_API_KEY")
    api_key = 'my_api_key_provided_by_nixtla'
)
fcst_df = nixtla_client.forecast(df, h=24, level=[80, 90])

About

Python SDK for TimeGPT, a foundational time series model

https://nixtlaverse.nixtla.io/nixtla

License:Other


Languages

Language:Jupyter Notebook 95.6%Language:Python 4.3%Language:CSS 0.1%Language:Makefile 0.0%Language:Shell 0.0%