#27 · Primary category: Time Series Machine Learning
Time-LLM
[ICLR 2024] Official implementation of " 🦙 Time-LLM: Time Series Forecasting by Reprogramming Large Language Models"
Project last updated:10/15/25
GitHub Stars
2.7K
Forks
465
Contributors
9
License
Apache-2.0
Why we included this project
Most forecasting tooling assumes you train a purpose-built network. Time-LLM takes a different route: it keeps a large language model frozen and turns time series patches into text-like tokens the model can read and project forward, borrowing the LLM's pretrained reasoning for the forecast. This is the official ICLR 2024 implementation, and the code is straightforward enough that a team can benchmark it against classical baselines without digging through undocumented internals. The paper's ablations also make it fairly clear where the gains come from, which helps when you are deciding whether the added complexity is worth it. Since the method has already been folded into libraries like NeuralForecast and PyPOTS, you can try it inside a maintained forecasting stack instead of running the standalone repo.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
netdata
The fastest path to AI-powered full stack observability, even for lean teams.
catboost
A fast, scalable, high performance Gradient Boosting on Decision Trees library, used for ranking, classification, regression and other machine learning tasks for Python, R, Java, C++. Supports computation on CPU and GPU.
sktime
A unified framework for machine learning with time series
darts
A python library for user-friendly forecasting and anomaly detection on time series.
featuretools
An open source python library for automated feature engineering