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

Add Binary Segmentation type algorithms #5

Merged
merged 44 commits into from
Jan 1, 2024
Merged

Commits on Dec 29, 2023

  1. Configuration menu
    Copy the full SHA
    5ef03e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06eceaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ef418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bcefb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85e042a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb794e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    019134c View commit details
    Browse the repository at this point in the history
  8. Increase PELT default penalty by factor of 2

    More robust. Failed basic test with scale = 1.
    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6e8ff2f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4087d43 View commit details
    Browse the repository at this point in the history
  10. Remove outdated comment

    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a825762 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c67df54 View commit details
    Browse the repository at this point in the history
  12. Update documentation

    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    e722b87 View commit details
    Browse the repository at this point in the history
  13. Use threshold_scale as argument rather than threshold

    Easier to tune for different n and p.
    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1375bed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58c1929 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b781374 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d6fa68f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    24e0aea View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    46b35ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d28e8c9 View commit details
    Browse the repository at this point in the history
  20. Add documentation

    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ee0fde5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    10dd2e9 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    455ef1d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d6bf5cf View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    74d6ffc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ce47ffa View commit details
    Browse the repository at this point in the history
  26. Add more parameter tests

    Tveten committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    6e91304 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    d82459c View commit details
    Browse the repository at this point in the history
  2. Remove old comment

    Tveten committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    895dec8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    904a73d View commit details
    Browse the repository at this point in the history
  4. Tidy up documentation

    Tveten committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    fbbfdf9 View commit details
    Browse the repository at this point in the history
  5. Rename binary_segmentation module to seeded_binseg

    To separate the different binary segmentation modules
    Tveten committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    436f5bb View commit details
    Browse the repository at this point in the history
  6. Rename exploratory script

    Tveten committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a38addc View commit details
    Browse the repository at this point in the history
  7. Rename numba run function

    Tveten committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    0f7efba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e5e9cff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    740851c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42e14c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e5daa7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8253e98 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

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

Commits on Jan 1, 2024

  1. Make score output of anomaly detectors more customisable

    What constitutes a suitable format for scores depend on the method
    Tveten committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    5a8377d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b65be7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a912b60 View commit details
    Browse the repository at this point in the history
  4. Update explorative script

    Tveten committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    58b527e View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Tveten committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    6be521f View commit details
    Browse the repository at this point in the history