mzhuang1 / nixtla

Python SDK for TimeGPT

Home Page:https://nixtla.mintlify.app/nixtla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nixtla   Tweet  Slack

NixtlaTS

Forecast using TimeGPT

CI Python PyPi License docs Downloads

NixtlaTS 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.

πŸ”„ NixtlaTS: Your Gateway to TimeGPT

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

πŸ’» Installation

Get NixtlaTS up and running with a simple pip command:

pip install nixtlats>=0.1.0

🎈 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 nixtlats import TimeGPT
timegpt = TimeGPT(
    # defaults to os.environ.get("TIMEGPT_TOKEN")
    token = 'my_token_provided_by_nixtla'
)
fcst_df = timegpt.forecast(df, h=24, level=[80, 90])

About

Python SDK for TimeGPT

https://nixtla.mintlify.app/nixtla

License:Other


Languages

Language:Jupyter Notebook 97.9%Language:Python 2.1%Language:CSS 0.1%Language:Shell 0.0%