Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

aeon-toolkit/aeon

chrisholder pushed 132 commits to ssg-test aeon-toolkit/aeon
  • [BUG] Short term solution for shapelet feature importance (#2017) * partial fixed to issue * added a warning mess... 5aaa4ba
  • [ENH] Add performance metrics for anomaly detection (from TimeEval) (#1938) * feat: add TSAD metrics and tests from ... 2b011bc
  • [ENH] Adds option to use raw values instead of relative ones (#1998) * Adds option to use raw values instead of rela... c86f4e5
  • [MNT] Bump tj-actions/changed-files in the github-actions group (#2011) Bumps the github-actions group with 1 update... 279700c
  • [BUG] Typo in weasel2 alias (#2002) * remove Theta * typo in aliasing 24460b8
  • [ENH] QUANT regressor (#1989) * quant regressor * fix 969583e
  • [ENH] Piecewise Linear Approximation (PLA) (#1807) * checking error commit * Adding PLA implementation * Rever... 0527349
  • fix BKFilter._transform parameters X docs (#1969) 6691ff9
  • [ENH] Add STOMP anomaly detector. (#2031) * Add STOMP anomaly detector. * fix: remove stumpy version specificatio... c8f1cf0
  • [ENH] Series search for similarity search module (#2010) * WIP series search, need to do SeriesSearch estimator *... 9a0b787
  • [MNT] Update `pre-commit` `pyupgrade` config (#1980) * update pre-commit config * Automatic `pre-commit` fixes ... 396d9ab
  • Automated `CONTRIBUTORS.md` update (#2032) Co-authored-by: MatthewMiddlehurst <[email protected]... f78d203
  • keras bound (#1816) 82e517c
  • Release v0.11.1 (#2034) * release * Empty commit for CI * Automatic `pre-commit` fixes --------- Co-auth... c313c4b
  • [MNT] Fast release workflow (#2039) * release * Update fast_release.yml a72138a
  • Extended issue2016 to multiclass (#2026) adf6f2d
  • [ENH] add DownsampleTransformer (#1997) * add DownsampleTransformer * make the file private * fix imports 49cbec5
  • [ENH] TimeSeriesKMeans init_algorithm (#2040) * Rename init_algorithm to init for consistency with sklearn * Fix:... c659e52
  • codeowners (#1972) 3305431
  • [MNT] Update TSC Datasets (#1982) * add missing reference for tsc_datasets * add 30 new univariate classification... 96ea381
  • and 112 more ...

View on GitHub

chrisholder pushed 1 commit to elkan-kmeans aeon-toolkit/aeon

View on GitHub

chrisholder pushed 1 commit to elkan-kmeans aeon-toolkit/aeon

View on GitHub

ferewi created a comment on an issue on aeon-toolkit/aeon
I ran into this issue today as well and for me it seems it comes from subsamples (https://github.com/aeon-toolkit/aeon/blob/7dec4f4b0555cf705de4537bfe6b74d423836d19/aeon/classification/dictionary_b...

View on GitHub

TonyBagnall deleted a branch aeon-toolkit/aeon

mm/base

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [REF,ENH] Refactor test params/instance methods and disable `sklearn` metadata function creation (#2237) * base purg... 7dec4f4

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[REF,ENH] Refactor test params/instance methods and disable `sklearn` metadata function creation
- renames `get_test_params` to make it protected - renames `create_test_instance` to make it protected - updates docs where I found cases of the above. Removes part of the `_get_test_params` docs...
TonyBagnall created a review on a pull request on aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst pushed 1 commit to mm/results-loaders aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst pushed 7 commits to mm/results-loaders aeon-toolkit/aeon
  • [MNT] Make aeon numpy compatible with both =>2.0 and <2.0 (#2216) * more fixes for float_ * numpy2 * Empty co... 5ad454a
  • [ENH] Add BORF transformer (#2062) * Add BORF to __init__.py * Add sparse dependency to pyproject.toml * Add B... 4ec60da
  • Automated `CONTRIBUTORS.md` update (#2238) Co-authored-by: TonyBagnall <[email protected]> baed532
  • [ENH] Added n_clusters attribute to TSFreshClusterer (#2217) * Added n_clusters attribute to TSFreshClusterer constr... 795109f
  • example imports b43590b
  • Merge remote-tracking branch 'origin/mm/results-loaders' into mm/results-loaders 7f9b6db
  • Merge remote-tracking branch 'origin/main' into mm/results-loaders 5a2f0cf

View on GitHub

review-notebook-app[bot] created a comment on a pull request on aeon-toolkit/aeon
Check out this pull request on&nbsp; <a href="https://app.reviewnb.com/aeon-toolkit/aeon/pull/2233"><img align="absmiddle" alt="ReviewNB" height="28" class="BotMessageButtonImage" src="https://raw...

View on GitHub

aeon-actions-bot[bot] created a comment on a pull request on aeon-toolkit/aeon
## Thank you for contributing to `aeon` I have added the following labels to this PR based on the title: **[ $\\color{#FEF1BE}{\\textsf{enhancement}}$ ]**. I have added the following labels to th...

View on GitHub

notaryanramani opened a draft pull request on aeon-toolkit/aeon
[ENH] Implemented CBLOF for Anomaly Detection
<!-- Thanks for contributing a pull request! Please ensure you have taken a look at our contribution guide: https://www.aeon-toolkit.org/en/stable/contributing.html Feel free to delete section...
hadifawaz1999 created a review on a pull request on aeon-toolkit/aeon

View on GitHub

hadifawaz1999 created a review on a pull request on aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst created a review on a pull request on aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
Results arent uploaded i'm pretty sure, not aeon related

View on GitHub

MatthewMiddlehurst created a review on a pull request on aeon-toolkit/aeon

View on GitHub

TonyBagnall created a review on a pull request on aeon-toolkit/aeon
LGTM

View on GitHub

MatthewMiddlehurst pushed 5 commits to mm/base aeon-toolkit/aeon
  • [MNT] Make aeon numpy compatible with both =>2.0 and <2.0 (#2216) * more fixes for float_ * numpy2 * Empty co... 5ad454a
  • [ENH] Add BORF transformer (#2062) * Add BORF to __init__.py * Add sparse dependency to pyproject.toml * Add B... 4ec60da
  • Automated `CONTRIBUTORS.md` update (#2238) Co-authored-by: TonyBagnall <[email protected]> baed532
  • [ENH] Added n_clusters attribute to TSFreshClusterer (#2217) * Added n_clusters attribute to TSFreshClusterer constr... 795109f
  • Merge remote-tracking branch 'origin/main' into mm/base # Conflicts: # aeon/clustering/feature_based/_tsfresh.py 4708353

View on GitHub

chrisholder pushed 1 commit to elkan-kmeans aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst pushed 1 commit to mm/meta aeon-toolkit/aeon
  • ok pycharm dont remove it this time please e7a81b0

View on GitHub

MatthewMiddlehurst pushed 6 commits to mm/meta aeon-toolkit/aeon
  • [MNT] Make aeon numpy compatible with both =>2.0 and <2.0 (#2216) * more fixes for float_ * numpy2 * Empty co... 5ad454a
  • [ENH] Add BORF transformer (#2062) * Add BORF to __init__.py * Add sparse dependency to pyproject.toml * Add B... 4ec60da
  • Automated `CONTRIBUTORS.md` update (#2238) Co-authored-by: TonyBagnall <[email protected]> baed532
  • [ENH] Added n_clusters attribute to TSFreshClusterer (#2217) * Added n_clusters attribute to TSFreshClusterer constr... 795109f
  • Merge remote-tracking branch 'origin/main' into mm/meta ee9d461
  • fix 588a70a

View on GitHub

notaryanramani created a comment on an issue on aeon-toolkit/aeon
@aeon-actions-bot assign @notaryanramani

View on GitHub

review-notebook-app[bot] created a comment on a pull request on aeon-toolkit/aeon
Check out this pull request on&nbsp; <a href="https://app.reviewnb.com/aeon-toolkit/aeon/pull/2242"><img align="absmiddle" alt="ReviewNB" height="28" class="BotMessageButtonImage" src="https://raw...

View on GitHub

MatthewMiddlehurst pushed 1 commit to mm/meta aeon-toolkit/aeon

View on GitHub

TonyBagnall closed an issue on aeon-toolkit/aeon
[ENH] Cant set number of clusters with the default TSFreshClusterer
### Describe the feature or idea you want to propose TSFreshClusterer takes an estimator argument which defaults to KMeans in fit. You cannot currently set the number of clusters directly. ### D...
TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] Added n_clusters attribute to TSFreshClusterer (#2217) * Added n_clusters attribute to TSFreshClusterer constr... 795109f

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH] Added n_clusters attribute to TSFreshClusterer
#### Reference Issues/PRs Fixes #2199 #### What does this implement/fix? Explain your changes. Added `n_clusters` attribute to `TSFreshClusterer` constructor and passed it onto estimator ...
aeon-actions-bot[bot] pushed 1 commit to mm/base aeon-toolkit/aeon

View on GitHub

Load more