Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall deleted a branch aeon-toolkit/aeon

fix/tsad-dataset-tests

TonyBagnall closed an issue on aeon-toolkit/aeon
[BUG] Sporadic failure in anomaly detection test
### Describe the bug aeon/datasets/tests/test_tsad_datasets.py::test_helper_functions sporadic fails caused by writing to "local_data", need to use a tempfile, instead, e,g. ```python def te...
TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • fix: use tmp directory for tsad dataset tests and skip internet-downloads in PR testing (#2232) d49f644

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[BUG] Fix TSAD dataset tests
#### Reference Issues/PRs fixes #2225 #### What does this implement/fix? Explain your changes. Fixes the tests for TSAD datasets: - only downloads stuff from the internet in overnight t...
TonyBagnall created a review on a pull request on aeon-toolkit/aeon

View on GitHub

MatthewMiddlehurst created a comment on a pull request on aeon-toolkit/aeon
@hadifawaz1999 I think you use these functions? Don't know if you have any comments on them.

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 would have added the following labels to this PR based on the changes made: **[ $\\color{#264F59}{\\textsf{benchmarking}}$ ]**, however some package lab...

View on GitHub

MatthewMiddlehurst opened a pull request on aeon-toolkit/aeon
[ENH] Tidy up benchmarking results loaders
#### Reference Issues/PRs Will probably conflict with #2222 #### What does this implement/fix? Explain your changes. - removes imports from `__init__` - moves published results loaders to...
MatthewMiddlehurst created a comment on a pull request on aeon-toolkit/aeon
Alternatively, there is a `non-deteminsitic` and `cant-pickle` tag which will skip these particular tests, but we try to only use them if it is not an easily fixable issue. Adding it temporarily...

View on GitHub

MatthewMiddlehurst created a comment on a pull request on aeon-toolkit/aeon
Hi @fspinna, not too up to date with this PR but its only failing on some workflows because we split the tests up when running on PRs to save time. I can take a look at whats failing at some poi...

View on GitHub

MatthewMiddlehurst created a comment on a pull request on aeon-toolkit/aeon
Is this still relevant? https://github.com/aeon-toolkit/aeon/pull/2170/files#diff-01a85f7ce36af292445124118eeab7646bc1de533efe47b579a7c2d67280df73R379

View on GitHub

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

View on GitHub

MatthewMiddlehurst created a branch on aeon-toolkit/aeon

mm/results-loaders - A toolkit for machine learning from time series

MatthewMiddlehurst created a comment on an issue on aeon-toolkit/aeon
I think only the 112 datasets are uploaded in the first place, so there are no results to load regardless of the name. I think this is more of an issue with the dataset list than the function, if i...

View on GitHub

aadya940 created a comment on a pull request on aeon-toolkit/aeon
> Great Addition !! Do you think we can use it for the dilated cnn in deep clustering ? @hadifawaz1999 Yes it should, since the online difference is a couple of zeros in the kernel. Added it in...

View on GitHub

hadifawaz1999 created a review on a pull request on aeon-toolkit/aeon
Great Addition !! Do you think we can use it for the dilated cnn in deep clustering ?

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{#d73a4a}{\\textsf{bug}}$ ]**. I would have added the following labels to this...

View on GitHub

CodeLionX opened a draft pull request on aeon-toolkit/aeon
[BUG] Fix TSAD dataset tests
#### Reference Issues/PRs fixes #2225 #### What does this implement/fix? Explain your changes. Fixes the tests for TSAD datasets: - only downloads stuff from the internet in overnight t...
CodeLionX created a branch on aeon-toolkit/aeon

fix/tsad-dataset-tests - A toolkit for machine learning from time series

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

View on GitHub

TonyBagnall deleted a branch aeon-toolkit/aeon

ajb/cov_ordinal

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • few lines of coverage (#2227) 7980298

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH] OrdinalTDE coverage
closes #926 adds a few more lines of coverage, enough to close this specific issue imo
aeon-actions-bot[bot] pushed 1 commit to ajb/hc_bug aeon-toolkit/aeon

View on GitHub

dguijo created a review on a pull request on aeon-toolkit/aeon
LGTM! Thank you Tony!

View on GitHub

MatthewMiddlehurst created a comment on an issue on aeon-toolkit/aeon
#2171 adds `ABC` to `BaseAeonEstimator` for the first step of this.

View on GitHub

MatthewMiddlehurst deleted a branch aeon-toolkit/aeon

mm/base

MatthewMiddlehurst pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] More base class method removals (#2171) * base purge cont. * remove useless checks * fix * make base ... 4741999

View on GitHub

MatthewMiddlehurst closed a pull request on aeon-toolkit/aeon
[ENH] More base class method removals
- make `check_is_fitted()` private - remove `save()` and both loading methods - rework `get_fitted_params` to behave more like `get_params`, removes unused functions as a result - make all base ...
MatthewMiddlehurst pushed 4 commits to mm/benchmarking aeon-toolkit/aeon
  • [ENH] Remove soft dependency on pyfftw (#2213) * remove pyfftw * interval testing 5dba88d
  • [ENH] Elastic-SOM clusterer (#2149) * add elastic som * cont * cont * finalised elastic som and added tests... a817ce6
  • Merge remote-tracking branch 'origin/main' into mm/benchmarking 69f2c8c
  • fixes b0d9640

View on GitHub

Load more