Skip to content

Commit

Permalink
fix_dirs_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Apr 30, 2024
1 parent d3c5208 commit 47a9716
Show file tree
Hide file tree
Showing 4 changed files with 764 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action_files/readme_com/create_readme_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BASE_DIR="nbs/docs/"
SUB_DIRS=("1_getting_started" "2_capabilities/anomaly_detection" "2_capabilities/forecast" "3_deployment" "4_tutorials" "5_use_cases" "7_other_resources")
SUB_DIRS=("1_getting_started" "2_capabilities" "2_capabilities/anomaly_detection" "2_capabilities/forecast" "3_deployment" "4_tutorials" "5_use_cases" "7_other_resources")

counter=0
for sub_dir in "${SUB_DIRS[@]}"; do
Expand Down
728 changes: 728 additions & 0 deletions nbs/docs/2_capabilities/forecast/quickstart.ipynb

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions nbs/docs/2_capabilities/overview.ipynb
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
}
2 changes: 1 addition & 1 deletion nbs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"group": "Forecast",
"pages": [
"docs/1_getting_started/quickstart.html"
"docs/2_capabilities/forecast/quickstart.html"
]
},
{
Expand Down

0 comments on commit 47a9716

Please sign in to comment.