From b764a0da83edbcf790d61cfe880c80dc1d043a07 Mon Sep 17 00:00:00 2001 From: Sarah Alnegheimish <40212131+sarahmish@users.noreply.github.com> Date: Sun, 22 Sep 2024 11:41:27 -0400 Subject: [PATCH] Update README (#18) * replace tab with space * fix yml file --- .github/workflows/readme.yml | 4 ++-- README.md | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 6afde2b..90de8a4 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -12,8 +12,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: '3.8' - os: ubuntu-latest + python-version: [3.8] + os: [ubuntu-latest] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} diff --git a/README.md b/README.md index 8418c5f..5d125cf 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,12 @@ data.head() which should show a signal with `timestamp` and `value`. ``` timestamp value -0 1222840800 6.357008 -1 1222862400 12.763547 -2 1222884000 18.204697 -3 1222905600 21.972602 -4 1222927200 23.986643 -5 1222948800 24.906765 +0 1222840800 6.357008 +1 1222862400 12.763547 +2 1222884000 18.204697 +3 1222905600 21.972602 +4 1222927200 23.986643 +5 1222948800 24.906765 ``` In this example we use `gpt_detector` pipeline and set some hyperparameters. In this case, we set the thresholding strategy to dynamic. The hyperparameters are optional and can be removed.