Skip to content

Commit

Permalink
fix_naming_and_order
Browse files Browse the repository at this point in the history
  • Loading branch information
elephaint committed Apr 30, 2024
1 parent 4ff49cb commit 98b625d
Show file tree
Hide file tree
Showing 30 changed files with 41 additions and 63 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<img src=\"api_key_process.png\" alt=\"Figure 1. API key set up process\" width=\"600\">"
"<img src=\"../../img/api_key_process.png\" alt=\"Figure 1. API key set up process\" width=\"600\">"
]
},
{
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions nbs/docs/2_capabilities/1_overview.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"cells": [],
"metadata": {
"kernelspec": {
"display_name": "python3",
"language": "python",
"name": "python3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "6de758ee-a0d2-4b3f-acff-eed419dd17c5",
"metadata": {},
"source": [
"# Quickstart"
"# Quickstart Anomaly Detection"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "6ecd9d32-9178-4768-bffa-d70c93c98311",
"metadata": {},
"source": [
"# Quickstart\n",
"# Quickstart Forecast\n",
"\n",
"Nixtla's TimeGPT is a generative pre-trained forecasting model for time series data. TimeGPT can produce accurate forecasts for new time series without training, using only historical values as inputs. \n",
"\n",
Expand Down
34 changes: 0 additions & 34 deletions nbs/docs/2_capabilities/overview.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
52 changes: 26 additions & 26 deletions nbs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
{
"group": "Getting Started",
"pages": [
"docs/1_getting_started/quickstart.html",
"docs/1_getting_started/setting_up_your_api_key.html",
"docs/1_getting_started/faqs.html"
"docs/1_getting_started/2_quickstart.html",
"docs/1_getting_started/3_setting_up_your_api_key.html",
"docs/1_getting_started/7_faqs.html"
]
},
{
Expand All @@ -38,21 +38,21 @@
{
"group": "Forecast",
"pages": [
"docs/2_capabilities/forecast/quickstart.html"
"docs/2_capabilities/forecast/1_quickstart.html"
]
},
{
"group": "Anomaly Detection",
"pages": [
"docs/2_capabilities/anomaly_detection/quickstart.html"
"docs/2_capabilities/anomaly_detection/1_quickstart.html"
]
}
]
},
{
"group": "Deployment",
"pages": [
"docs/3_deployment/azure_ai.html"
"docs/3_deployment/2_azure_ai.html"
]
},
{
Expand All @@ -61,63 +61,63 @@
{
"group":"Exogenous variables",
"pages":[
"docs/4_tutorials/holidays.html",
"docs/4_tutorials/exogenous_variables.html",
"docs/4_tutorials/categorical_variables.html"
"docs/4_tutorials/1_exogenous_variables.html",
"docs/4_tutorials/2_holidays.html",
"docs/4_tutorials/3_categorical_variables.html"
]
},
{
"group":"Training",
"pages":[
"docs/4_tutorials/longhorizon.html",
"docs/4_tutorials/multiple_series.html"
"docs/4_tutorials/4_longhorizon.html",
"docs/4_tutorials/5_multiple_series.html"
]
},
{
"group":"Fine-tuning",
"pages":[
"docs/4_tutorials/finetuning.html",
"docs/4_tutorials/loss_function_finetuning.html"
"docs/4_tutorials/6_finetuning.html",
"docs/4_tutorials/7_loss_function_finetuning.html"
]
},
{
"group":"Validation",
"pages":[
"docs/4_tutorials/cross_validation.html",
"docs/4_tutorials/historical_forecast.html"
"docs/4_tutorials/8_cross_validation.html",
"docs/4_tutorials/9_historical_forecast.html"
]
},
{
"group":"Uncertainty quantification",
"pages":[
"docs/4_tutorials/uncertainty_quantification_with_quantile_forecasts.html",
"docs/4_tutorials/uncertainty_quantification_with_prediction_intervals.html"
"docs/4_tutorials/10_uncertainty_quantification_with_quantile_forecasts.html",
"docs/4_tutorials/11_uncertainty_quantification_with_prediction_intervals.html"
]
},
{
"group":"Special Topics",
"pages":[
"docs/4_tutorials/irregular_timestamps.html",
"docs/4_tutorials/bounded_forecasts.html",
"docs/4_tutorials/hierarchical_forecasting.html"
"docs/4_tutorials/12_irregular_timestamps.html",
"docs/4_tutorials/13_bounded_forecasts.html",
"docs/4_tutorials/14_hierarchical_forecasting.html"
]
},
{
"group":"Computing at scale",
"pages":[
"docs/4_tutorials/computing_at_scale.html",
"docs/4_tutorials/computing_at_scale_spark_distributed.html",
"docs/4_tutorials/computing_at_scale_dask_distributed.html",
"docs/4_tutorials/computing_at_scale_ray_distributed.html"
"docs/4_tutorials/15_computing_at_scale.html",
"docs/4_tutorials/16_computing_at_scale_spark_distributed.html",
"docs/4_tutorials/17_computing_at_scale_dask_distributed.html",
"docs/4_tutorials/18_computing_at_scale_ray_distributed.html"
]
}
]
},
{
"group": "Use cases",
"pages": [
"docs/5_use_cases/forecasting_web_traffic_with_timegpt.html",
"docs/5_use_cases/bitcoin_price_prediction.html"
"docs/5_use_cases/1_forecasting_web_traffic.html",
"docs/5_use_cases/2_bitcoin_price_prediction.html"
]
},
{
Expand Down

0 comments on commit 98b625d

Please sign in to comment.