Nixtla
NixtlaTS
Forecast using TimeGPT
NixtlaTS offers a collection of classes and methods to interact with the API of TimeGPT.
Certainly, adding a bit of personality and visual appeal can make your README stand out. Here's a reworked version:
🕰️ TimeGPT: Revolutionizing Time-Series Analysis
Developed by Nixtla, TimeGPT is a cutting-edge generative pre-trained transformer model dedicated to prediction tasks.
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.
🔄 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:
from nixtlats import TimeGPT
timegpt = TimeGPT(token=os.environ['TIMEGPT_TOKEN'])
fcst_df = timegpt.forecast(df, h=24, freq='H', level=[80, 90])