Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall closed a pull request on aeon-toolkit/aeon
[DOC] Add BORF to papers_using_aeon.md
#### Reference Issues/PRs Adding BORF (Bag-Of-Receptive-Fields) reference in `papers_using_aeon.md`. See also #2062 ##### For all contributions - [x] I've added myself to the [list of contr...
TonyBagnall closed an issue on aeon-toolkit/aeon
[ENH] Add PyODAdapter-implementation for COPOD
### Describe the feature or idea you want to propose The [`PyODAdapter`](https://github.com/aeon-toolkit/aeon/blob/main/aeon/anomaly_detection/_pyodadapter.py) in aeon allows us to use any out...
TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] Implemented COPOD for anomaly detection (#2202) * Implemented COPOD for anomaly detection * fix: type annot... 43f8af0

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH] Implemented COPOD 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...
TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
great, thanks for this

View on GitHub

aeon-actions-bot[bot] pushed 1 commit to dist-module-cont aeon-toolkit/aeon

View on GitHub

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

View on GitHub

TonyBagnall opened an issue on aeon-toolkit/aeon
[BUG] BORF failing without numba
### Describe the bug the BORF transformer fails when numpy turned off, in for example, the overnight codecov tests here https://github.com/aeon-toolkit/aeon/actions/runs/11491231670 its stan...
chrisholder pushed 11 commits to dist-module-cont aeon-toolkit/aeon
  • Automated `pre-commit` hook update (#2234) Co-authored-by: MatthewMiddlehurst <[email protected]... e41bf52
  • [ENH] Remove outdated benchmarking functions and add collection resamplers (#2222) * benchmarking * label validat... 6294127
  • [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
  • [REF,ENH] Refactor test params/instance methods and disable `sklearn` metadata function creation (#2237) * base purg... 7dec4f4
  • images (#2241) 6ad65f9
  • change ACF default (#2228) e07ba96
  • add some coverage for performance metrics (#2226) 8281d25
  • merged 0212cae

View on GitHub

chrisholder deleted a branch aeon-toolkit/aeon

ajb/cov_reg

chrisholder pushed 1 commit to main aeon-toolkit/aeon
  • add some coverage for performance metrics (#2226) 8281d25

View on GitHub

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

View on GitHub

chrisholder deleted a branch aeon-toolkit/aeon

ajb/acf

chrisholder closed an issue on aeon-toolkit/aeon
[ENH] AutocorrelationFunctionTransformer default lag
The AutocorrelationFunctionTransformer has a default lag of 100, and if you pass a series shorter than 100 it simply fails. Its not a bug because it tells you why its failed, but I think it should ...
chrisholder pushed 1 commit to main aeon-toolkit/aeon
  • change ACF default (#2228) e07ba96

View on GitHub

chrisholder closed a pull request on aeon-toolkit/aeon
[ENH] Change ACF default lags
closes #1747 default lags no n_timepoints/4
chrisholder created a review on a pull request on aeon-toolkit/aeon

View on GitHub

chrisholder deleted a branch aeon-toolkit/aeon

ajb/img

chrisholder pushed 1 commit to main aeon-toolkit/aeon

View on GitHub

chrisholder closed an issue on aeon-toolkit/aeon
[DOC] Find good images for examples docs
### Describe the issue linked to the documentation our examples are presented in blocks with an image, https://www.aeon-toolkit.org/en/stable/examples.html it would be nice to populate it w...
chrisholder closed a pull request on aeon-toolkit/aeon
[DOC] Add images for examples front page
Closes #1568, added images to this page https://www.aeon-toolkit.org/en/stable/examples.html
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 would have added the following labels...

View on GitHub

TonyBagnall pushed 3 commits to ajb/forecasting aeon-toolkit/aeon
  • [ENH] Added n_clusters attribute to TSFreshClusterer (#2217) * Added n_clusters attribute to TSFreshClusterer constr... 795109f
  • [REF,ENH] Refactor test params/instance methods and disable `sklearn` metadata function creation (#2237) * base purg... 7dec4f4
  • Merge branch 'main' into ajb/forecasting 3e026e2

View on GitHub

TonyBagnall opened a draft pull request on aeon-toolkit/aeon
[ENH] forecaster base and dummy
#### Reference Issues/PRs First draft of the new forecasting module. See https://github.com/aeon-toolkit/aeon-admin/pull/14 for some discussion. This is very early, still lots to do. This inc...
TonyBagnall created a branch on aeon-toolkit/aeon

ajb/forecasting - A toolkit for machine learning from time series

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
maybe combine with #599

View on GitHub

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
have you checked coverage on the related classes? It was previously low ![image](https://github.com/user-attachments/assets/19c9cafa-a92c-4bff-b206-ad9410fe8ba7) ![image](https://github.com/use...

View on GitHub

aryanpola created a comment on a pull request on aeon-toolkit/aeon
> I think there may be a misunderstanding here with how we test our estimators, please feel free to ask questions if the issue is confusing. The current code essentially tests a method which does n...

View on GitHub

aryanpola created a comment on a pull request on aeon-toolkit/aeon
@CodeLionX The output values from aeon_lof and pyod_lof don't match. I've tried normalizing the series but the error persists. ``` FAILED aeon/anomaly_detection/tests/test_lof.py::test_lof_compar...

View on GitHub

Sereion-wei starred aeon-toolkit/aeon
Load more