-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
764 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "markdown", | ||
"id": "6de758ee-a0d2-4b3f-acff-eed419dd17c5", | ||
"metadata": {}, | ||
"source": [ | ||
"# Capabilities" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"id": "5d267032-535b-4b7b-b7d3-d2db8f673af6", | ||
"metadata": {}, | ||
"source": [ | ||
"TimeGPT can primarily help you solve two tasks:\n", | ||
"\n", | ||
"1) Forecasting\n", | ||
"2) Anomaly detection\n", | ||
"\n", | ||
"Click on the content on the left to discover the capabilities TimeGPT offers for each of these tasks." | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "python3", | ||
"language": "python", | ||
"name": "python3" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 5 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters