Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Adding support for single threshold non-wear detection across watch platforms #105

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Sep 13, 2024

  1. Update metrics.py

    Test of different non wear detection methods
    Asanto32 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    56800e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    7a775ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d99c4 View commit details
    Browse the repository at this point in the history
  3. Removing method selection

    Making std only the default by setting range_criteria = None, if not None, then we use it
    Asanto32 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    83f8602 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update metrics.py

    Test of different non wear detection methods
    Asanto32 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    55b7c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59159cf View commit details
    Browse the repository at this point in the history
  3. Removing method selection

    Making std only the default by setting range_criteria = None, if not None, then we use it
    Asanto32 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d7171f8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'test/issue-99/non-wear-detection' of https://github.com…

    …/childmindresearch/wristpy into feat/issue-99/non-wear-detetion-single-threshold
    Asanto32 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ca00465 View commit details
    Browse the repository at this point in the history
  5. Adding range_criteria setting support

    Adds the range_criteria as a user-defined setting for non-wear detection
    Asanto32 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f264705 View commit details
    Browse the repository at this point in the history
  6. Update test_orchestrator_smoke.py

    Adding tests with user-defined range criteria in config
    Asanto32 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fa55401 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    3959f5b View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    Fix merge conflicts
    Asanto32 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    15d8157 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Removing range_criteria support

    Moving to single feature non-wear detection for all watches by only using std of acceleration
    Fixing smoke test as per Freymon's PR comments
    Asanto32 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2e847a2 View commit details
    Browse the repository at this point in the history
  2. Update metrics.py

    Fix docstrings for single criteria
    Asanto32 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e994064 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Update config.py

    Removing outdated RANGE_CRITERIA
    Asanto32 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0f35972 View commit details
    Browse the repository at this point in the history
  2. Update config.py

    Ruff fix for unused import
    Asanto32 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    80ee70a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    198f5b9 View commit details
    Browse the repository at this point in the history