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

Added switch_dim parameter to ChangePoints kernel #1671

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on Jul 27, 2021

  1. Added switch_dim parameter to ChangePoints kernel

    This parameter allows to define the ChangePoint on one particular dimension of
    the input space. All other dimensions are still available to the kernels being
    switched, and can be selected via active_dims.
    clwgg committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    8f717ee View commit details
    Browse the repository at this point in the history
  2. Reorganized change-point tests

    - move `ref_changepoints()` to reference.py
    - move changepoint tests to test_changepoints.py
    clwgg committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4467ddd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a35b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6d32a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa677b5 View commit details
    Browse the repository at this point in the history