Skip to content

Commit

Permalink
Small fixes in tutorials 101 and 201 (#143)
Browse files Browse the repository at this point in the history
Summary:
* change cell in kats_101_basics from raw to markdown
* fix type in backtesting section  of kats_201_forecasting

Pull Request resolved: #143

Reviewed By: jeffhandl

Differential Revision: D31781620

Pulled By: michaelbrundage

fbshipit-source-id: 4b8cbc6f9563e239b92bd46545f9bfe34934f019
  • Loading branch information
ourownstory authored and facebook-github-bot committed Oct 20, 2021
1 parent b8f0637 commit febdc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/kats_101_basics.ipynb
Expand Up @@ -1460,7 +1460,7 @@
]
},
{
"cell_type": "raw",
"cell_type": "markdown",
"metadata": {},
"source": [
"Here we look at the outliers that the algorithum found."
Expand Down
2 changes: 1 addition & 1 deletion tutorials/kats_201_forecasting.ipynb
Expand Up @@ -728,7 +728,7 @@
"source": [
"# 5. Backtesting\n",
"\n",
"Kats provides a backtesting module that makes it easy to to compare an evaluate different forecasting models. While our hyperparameter tuning module allows you to compare different sets of parameters for a single base forecasting model, backtesting allows you to compare different types of base models (with pre-specified parameters). \n",
"Kats provides a backtesting module that makes it easy to to compare and evaluate different forecasting models. While our hyperparameter tuning module allows you to compare different sets of parameters for a single base forecasting model, backtesting allows you to compare different types of base models (with pre-specified parameters). \n",
"\n",
"Our backtesting module allows you to look at multiple error metrics in a single function call. Here are the error metrics that are currently supported:\n",
"* Mean Absolute Error (MAE)\n",
Expand Down

0 comments on commit febdc1c

Please sign in to comment.