Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] - Add a welcome/introduction page to the documentation #319

Merged
merged 6 commits into from
May 2, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions nbs/docs/misc/1_introduction.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to TimeGPT Documentation\n",
"\n",
"TimeGPT is the first foundation model for time series forecasting created by Nixtla.\n",
"\n",
"At Nixtla, we believe the future is for everyone. We are building the best ecosystem for time series forecasting with a variety of open-source and commercial solutions.\n",
"\n",
"With TimeGPT, you can forecast and perform anomaly detection on any series with a simple function call.\n",
"\n",
"TimeGPT's capabilities include:\n",
"- Forecasting\n",
" - Univariate forecasting\n",
" - Multivariate forecasting with exogenous variables\n",
" - Generating prediction intervals\n",
" - Including holidays and special dates\n",
" - Fine-tuning with user-specified loss functions\n",
" - Long-horizon forecasting\n",
" - and much more\n",
"- Anomaly detection\n",
" - Anomaly detection with tuned sensitivity\n",
" - Anomaly detection with exogenous variables\n",
" - Feature important in anomaly detection\n",
" - and much more"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Explore TimeGPT API"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The capabilties section highlight all of the model's functionalities with short code snippets for easy and quick experimentation.\n",
"\n",
"For more detailed tutorials, check our in-depth guides covering all the steps required to use TimeGPT to its full potential.\n",
"\n",
"Make sure to also check our uses cases to see TimeGPT applied to real-life scenarios."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
Loading