Skip to content

Commit

Permalink
changing title for tsfeature tutorial, addressing minor fixes (facebo…
Browse files Browse the repository at this point in the history
…okresearch#20)

Summary:
changing title for tsfeature tutorial, addressing minor fixes on formatting

Pull Request resolved: facebookresearch#20

Reviewed By: jeffhandl

Differential Revision: D28494357

Pulled By: thomashydeli

fbshipit-source-id: 51d5412860727796906007d11a2e9d7eda384b5e
  • Loading branch information
Dawei Li authored and facebook-github-bot committed May 18, 2021
1 parent 3cbae8e commit 0cc8f4e
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"cells": [
{
"source": [
"<h1><center>Kats 203 Time Series Features</center></h1> \n",
"## Kats 203 Time Series Features\n",
"\n",
"Kats, a tool*K*it to *a*nalyze *t*ime *s*eries data, a light-weight, easy-to-use, and generalizable framework to perform Time Series analysis, including feature extraction, detection, forecasting modeling, and more.\n",
"\n",
Expand Down Expand Up @@ -1316,7 +1316,8 @@
{
"source": [
"Following are the opt-in/out cases that we don't support.\n",
"1. Opt-out the calculation of an entire feature group while still want to opt-in the calculation of some features within the group."
"\n",
"* Opt-out the calculation of an entire feature group while still want to opt-in the calculation of some features within the group."
],
"cell_type": "markdown",
"metadata": {}
Expand Down Expand Up @@ -1355,7 +1356,7 @@
},
{
"source": [
"2. Opt-in and Opt-out the same feature at the same time"
"* Opt-in and Opt-out the same feature at the same time"
],
"cell_type": "markdown",
"metadata": {}
Expand Down Expand Up @@ -1388,7 +1389,7 @@
},
{
"source": [
"3. Opt-in/out features that are not in TsFeatures"
"* Opt-in/out features that are not in TsFeatures"
],
"cell_type": "markdown",
"metadata": {}
Expand Down

0 comments on commit 0cc8f4e

Please sign in to comment.