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

[DOC] Added all Regressors to the Documentation #1

Merged
merged 23 commits into from
Jun 14, 2024

Commits on Jun 6, 2024

  1. [ENH] DWT-MLEAD anomaly detection method (#1580)

    * feat: implement DWT-MLEAD for aeon
    
    * fix: docs for dwt-mlead
    
    * fix: add missing commas in dwt-mlead example code
    Sebastian Schmidl authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    efe90ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02e640d View commit details
    Browse the repository at this point in the history
  3. [DEP] Rename BaseDeepNetwork and deprecate inheritance of `BaseObje…

    …ct` (#1524)
    
    * testing
    
    * base class registry
    
    * remove examples
    
    * skip new base
    
    * test fix
    
    * deprecation version
    MatthewMiddlehurst authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0802f82 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. [BUG] Convert rockets to only use 32 bit floats internally (#1612)

    * convert multirocket to 32 bit
    
    * convert everything to 32 bit
    TonyBagnall authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    a15b488 View commit details
    Browse the repository at this point in the history
  2. [MNT] Remove stale branches (#1543)

    * branch remove
    
    * remove duplicate
    MatthewMiddlehurst authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    487579c View commit details
    Browse the repository at this point in the history
  3. [BUG] add check y to BaseSeriesTransformer (#1624)

    * deprecate DateTime
    
    * Revert "deprecate DateTime"
    
    This reverts commit 98b29e6.
    
    * add check_y
    
    * add y=None arg to transform
    
    * add y=None arg to transform
    TonyBagnall authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b5f1f78 View commit details
    Browse the repository at this point in the history
  4. [BUG] unexclude mock forecaster (#1609)

    * unexclude mock forecaster
    
    * remove exclusion
    TonyBagnall authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    34f1138 View commit details
    Browse the repository at this point in the history
  5. [ENH] Exclude deprecated estimators (#1547)

    * remove unnecessary ExponentTransform import
    
    * exclude deprecated
    
    * exclude deprecated
    TonyBagnall authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    4e4c439 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Automated pre-commit hook update (#1633)

    Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    bb731cf View commit details
    Browse the repository at this point in the history
  2. [DEP] Remove probablistic class based metrics (#1630)

    * deprecate DateTime
    
    * Revert "deprecate DateTime"
    
    This reverts commit 98b29e6.
    
    * remove probabilistic performance metrics
    
    * remove base class from registry
    
    * remove base class from registry
    
    * remove tags
    TonyBagnall authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2e75e6a View commit details
    Browse the repository at this point in the history
  3. Wrong number of reference in Clara #1594 (#1640)

    Co-authored-by: futuer <barryszd@outlook.com>
    futuer-szd and futuer authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    217678f View commit details
    Browse the repository at this point in the history
  4. add futuer-szd as a contributor for doc (#1642)

    * update CONTRIBUTORS.md
    
    * update .all-contributorsrc
    
    ---------
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    62cc152 View commit details
    Browse the repository at this point in the history
  5. [ENH] Add sliding window utils for anomaly detection module (#1605)

    * feat: implement window utils for anomaly detection
    
    * feat: implement window utils for anomaly detection
    
    * feat: add tests for window functions
    
    * fix: all implementations of reverse windowing must produce the same results
    
    * fix: prevent CI numba caching to be collected by pytest
    
    - the failing CI caching utility drastically slows down the startup of pytest and is imported multiple times
    
    * fix: example doctests
    
    * feat: add axis parameter
    
    * chore: first see also then examples section in docs
    Sebastian Schmidl authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d1a9a7c View commit details
    Browse the repository at this point in the history
  6. [ENH] Improve and refactor collection test data generation utilities (#…

    …1564)
    
    * testing data changes
    
    * examples revert
    
    * fourier features
    
    * Revert "fourier features"
    
    This reverts commit 567c5e1.
    
    * init
    
    * move to legacy
    
    * example data update
    
    * testing data
    
    * imports
    
    * examples
    
    * testing update
    
    * multiindex
    
    * multiindex fixes
    
    * multiindex returns
    
    * test
    
    * test
    
    * docs, tests and fixes
    
    * comments
    
    * last bits
    MatthewMiddlehurst authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6bff28b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. [BUG] removed njit test exclusions (#1598)

    * removed njit test exclusions
    
    * put HC2 exclusion back
    
    * remove np.argsort from numba
    
    * remove np.argsort from numba
    
    * remove HC2 exclusion
    
    * re exclude HC2
    
    * remove debug line
    TonyBagnall authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7de29ea View commit details
    Browse the repository at this point in the history
  2. [ENH] K-Means anomaly detector (#1607)

    * feat: implement window utils for anomaly detection
    
    * feat: implement window utils for anomaly detection
    
    * feat: add tests for window functions
    
    * fix: all implementations of reverse windowing must produce the same results
    
    * fix: prevent CI numba caching to be collected by pytest
    
    - the failing CI caching utility drastically slows down the startup of pytest and is imported multiple times
    
    * fix: example doctests
    
    * feat: implement kmeans AD
    
    * feat: tests and docs
    
    * feat: update all-contributorsrc
    
    * fix: sliding window usage
    
    * chore: remove pytest exclusion
    
    * feat: add capability table to KMeans documentation
    Sebastian Schmidl authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a216bb0 View commit details
    Browse the repository at this point in the history
  3. [REF] Refactor testing.utils.data_gen into testing.data_generation (

    #1589)
    
    * testing data changes
    
    * examples revert
    
    * fourier features
    
    * Revert "fourier features"
    
    This reverts commit 567c5e1.
    
    * init
    
    * move to legacy
    
    * example data update
    
    * testing data
    
    * imports
    
    * examples
    
    * testing update
    
    * multiindex
    
    * multiindex fixes
    
    * multiindex returns
    
    * test
    
    * test
    
    * docs, tests and fixes
    
    * comments
    
    * last bits
    
    * refactor testing folder
    
    * imports
    
    * delete
    
    * new estimators
    MatthewMiddlehurst authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    75c4c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. [ENH] Lower Bounding Distances for SAX and SFA (#1622)

    This implements four Euclidean lower bounding distances - two for SFA and two for SAX:
    
    dft_sfa_mindist: compare dft to sfa words
    paa_sax_mindist: compare paa to sax words
    sax_mindst: compare two sax words
    sfa_mindst: compare two sfa words
    These can be used for indexing.
    
    Further changes:
    
    The PR adds a test case, too.
    It fixes two bugs in PAA/SAX for z-normalization with 0 std (dividing my 0) and for segments of size 0.
    patrickzib authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5eecfcf View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. [DEP] Rocket,RotationForest and FreshPrince deprecations (plus a bug …

    …fix) (#1648)
    
    * deprecate DateTime
    
    * Revert "deprecate DateTime"
    
    This reverts commit 98b29e6.
    
    * remove use_multivariate
    
    * remove deprecated
    
    * remove deprecated
    
    * remove deprecated
    
    * remove deprecated
    
    * squeeze in fit and predict
    
    * revert use of estimator_type
    
    * revert use of estimator_type
    
    * remove use of saved
    TonyBagnall authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    04e942c View commit details
    Browse the repository at this point in the history
  2. [MNT] Fix pre-commit pushes for forks (hopefully) and easier CI lab…

    …el interactions (#1601)
    
    * labeller
    
    * maintenance
    
    * intentional pre-commit issues
    
    * Automatic `pre-commit` fixes
    
    * username
    
    * fixes
    
    * fixes
    
    * swap labels
    
    ---------
    
    Co-authored-by: MatthewMiddlehurst <MatthewMiddlehurst@users.noreply.github.com>
    MatthewMiddlehurst and MatthewMiddlehurst authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2ef9317 View commit details
    Browse the repository at this point in the history
  3. [DOC] Improve anomaly detector documentation (#1647)

    * feat: improve anomaly detector documentation and fix some numpydoc warnings
    
    * chore: forgot to add the new doc configuration
    Sebastian Schmidl authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e725d3c View commit details
    Browse the repository at this point in the history
  4. [ENH] Loader for TimeEval (anomaly detection) datasets (#1588)

    * feat: add TimeEval data loader
    
    * feat: add single problem loaders and corresponding datasets; tests
    
    * doc: add documentation for data loaders
    
    * feat: improve docs
    
    * fix: return docstrings of data loaders
    
    * feat: remove tsad_data folder and pull index-file just on demand
    
    * fix: use smaller daphnet dataset
    
    * fix: automatically create local_data folder
    
    * fix: example notebook
    Sebastian Schmidl authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3e916e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. [DEP] Simple removals for deprecation list for 0.10 (#1644)

    * remove unnecessary ExponentTransform import
    
    * remove exceptions.py
    
    * remove annotations.py
    
    * remove exceptions docs
    TonyBagnall authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bad0045 View commit details
    Browse the repository at this point in the history