-
Notifications
You must be signed in to change notification settings - Fork 0
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
[DOC] Added all Regressors to the Documentation #1
Commits on Jun 6, 2024
-
[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 authoredJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for efe90ec - Browse repository at this point
Copy the full SHA efe90ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02e640d - Browse repository at this point
Copy the full SHA 02e640dView commit details -
[DEP] Rename
BaseDeepNetwork
and deprecate inheritance of `BaseObje……ct` (#1524) * testing * base class registry * remove examples * skip new base * test fix * deprecation version
Configuration menu - View commit details
-
Copy full SHA for 0802f82 - Browse repository at this point
Copy the full SHA 0802f82View commit details
Commits on Jun 7, 2024
-
[BUG] Convert rockets to only use 32 bit floats internally (#1612)
* convert multirocket to 32 bit * convert everything to 32 bit
Configuration menu - View commit details
-
Copy full SHA for a15b488 - Browse repository at this point
Copy the full SHA a15b488View commit details -
[MNT] Remove stale branches (#1543)
* branch remove * remove duplicate
Configuration menu - View commit details
-
Copy full SHA for 487579c - Browse repository at this point
Copy the full SHA 487579cView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for b5f1f78 - Browse repository at this point
Copy the full SHA b5f1f78View commit details -
[BUG] unexclude mock forecaster (#1609)
* unexclude mock forecaster * remove exclusion
Configuration menu - View commit details
-
Copy full SHA for 34f1138 - Browse repository at this point
Copy the full SHA 34f1138View commit details -
[ENH] Exclude deprecated estimators (#1547)
* remove unnecessary ExponentTransform import * exclude deprecated * exclude deprecated
Configuration menu - View commit details
-
Copy full SHA for 4e4c439 - Browse repository at this point
Copy the full SHA 4e4c439View commit details
Commits on Jun 10, 2024
-
Automated
pre-commit
hook update (#1633)Co-authored-by: MatthewMiddlehurst <25731235+MatthewMiddlehurst@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb731cf - Browse repository at this point
Copy the full SHA bb731cfView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 2e75e6a - Browse repository at this point
Copy the full SHA 2e75e6aView commit details -
Wrong number of reference in Clara #1594 (#1640)
Co-authored-by: futuer <barryszd@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 217678f - Browse repository at this point
Copy the full SHA 217678fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 62cc152 - Browse repository at this point
Copy the full SHA 62cc152View commit details -
[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 authoredJun 10, 2024 Configuration menu - View commit details
-
Copy full SHA for d1a9a7c - Browse repository at this point
Copy the full SHA d1a9a7cView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 6bff28b - Browse repository at this point
Copy the full SHA 6bff28bView commit details
Commits on Jun 11, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for 7de29ea - Browse repository at this point
Copy the full SHA 7de29eaView commit details -
[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 authoredJun 11, 2024 Configuration menu - View commit details
-
Copy full SHA for a216bb0 - Browse repository at this point
Copy the full SHA a216bb0View commit details -
[REF] Refactor
testing.utils.data_gen
intotesting.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
Configuration menu - View commit details
-
Copy full SHA for 75c4c65 - Browse repository at this point
Copy the full SHA 75c4c65View commit details
Commits on Jun 12, 2024
-
[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.
Configuration menu - View commit details
-
Copy full SHA for 5eecfcf - Browse repository at this point
Copy the full SHA 5eecfcfView commit details
Commits on Jun 13, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for 04e942c - Browse repository at this point
Copy the full SHA 04e942cView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 2ef9317 - Browse repository at this point
Copy the full SHA 2ef9317View commit details -
[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 authoredJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for e725d3c - Browse repository at this point
Copy the full SHA e725d3cView commit details -
[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 authoredJun 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 3e916e1 - Browse repository at this point
Copy the full SHA 3e916e1View commit details
Commits on Jun 14, 2024
-
[DEP] Simple removals for deprecation list for 0.10 (#1644)
* remove unnecessary ExponentTransform import * remove exceptions.py * remove annotations.py * remove exceptions docs
Configuration menu - View commit details
-
Copy full SHA for bad0045 - Browse repository at this point
Copy the full SHA bad0045View commit details