Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

MatthewMiddlehurst pushed 1 commit to mm/benchmarking aeon-toolkit/aeon
  • Update results_loaders.py 1628831

View on GitHub

aeon-actions-bot[bot] created a comment on a pull request on aeon-toolkit/aeon
## Thank you for contributing to `aeon` The [Checks](https://github.com/aeon-toolkit/aeon/pull/2222/checks) tab will show the status of our automated tests. You can click on individual test ru...

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/2222"><img align="absmiddle" alt="ReviewNB" height="28" class="BotMessageButtonImage" src="https://raw...

View on GitHub

MatthewMiddlehurst opened a pull request on aeon-toolkit/aeon
[ENH] Remove outdated benchmarking functions and add collection resamplers
- removes "get_available_estimators" duplicate in `__all__` - removes `run_classification_experiment` etc. These are extremely outdated, and if anyone wants to keep them it should be the newer ve...
MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
this is not a good type hint for the output, the function does not return a string. Unless this is some method I'm not sure about for hinting its returning an object (self). Bad hints are worse the...

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
still seems to be an issue

View on GitHub

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

View on GitHub

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

View on GitHub

natesh-ganesh starred aeon-toolkit/aeon
MatthewMiddlehurst pushed 8 commits to mm/benchmarking aeon-toolkit/aeon
  • [ENH] Update remaining `registry` files (#2198) * registry refactor * all_estimators * comments and qc * fi... fb877e7
  • [MNT] Changes in preparation for update to `numpy` 2 (#1813) * numpy 2 * Update pyproject.toml * bound * sc... 26f8785
  • [ENH] Split up rocket estimators (#2207) * split up rocket * test params * test params * test params 3437d5d
  • more fixes for float_ (#2215) 81a58cb
  • update Rocket notebook (#2220) 5788fde
  • [ENH] Final purge of nested univ (#2185) * purge multivariate * remove return_X_y argument * remove return_X_y... ab90e39
  • updates to lower bounding (#2214) f0a6801
  • Merge remote-tracking branch 'origin/main' into mm/benchmarking # Conflicts: # aeon/datasets/__init__.py 9d894de

View on GitHub

MatthewMiddlehurst created a branch on aeon-toolkit/aeon

mm/benchmarking - A toolkit for machine learning from time series

TonyBagnall pushed 5 commits to mm/base aeon-toolkit/aeon
  • more fixes for float_ (#2215) 81a58cb
  • update Rocket notebook (#2220) 5788fde
  • [ENH] Final purge of nested univ (#2185) * purge multivariate * remove return_X_y argument * remove return_X_y... ab90e39
  • updates to lower bounding (#2214) f0a6801
  • Merge branch 'main' into mm/base 7ee1786

View on GitHub

TonyBagnall deleted a branch aeon-toolkit/aeon

tlb

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • updates to lower bounding (#2214) f0a6801

View on GitHub

TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH, BUG] Fixes issue with lower bounding in SAX for TS length not divisible by the number of segments
This fixes an issue with lower bounding in iSAX. If the time series length is not divisible by the number of segments, PAA is padding some segments with 0. The concrete segments to pad are dete...
TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
no need to test not None

View on GitHub

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

View on GitHub

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
no need to test n_clusters is not None, as it defaults to 8, you can just pass it directly to KMeans without the test

View on GitHub

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

View on GitHub

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
you should just have self.n_clusters = n_clusters

View on GitHub

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

View on GitHub

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
probably best to use the scikit default of n_clusters = 8

View on GitHub

TonyBagnall opened a draft pull request on aeon-toolkit/aeon
[EhN] Purge df-list
need to do some more with the hierarchical converters
TonyBagnall created a branch on aeon-toolkit/aeon

ajb/df-list - A toolkit for machine learning from time series

MatthewMiddlehurst created a review on a pull request on aeon-toolkit/aeon
Cant say I'm a fan of just removing all the expected outputs

View on GitHub

TonyBagnall pushed 2 commits to ajb/numpy2 aeon-toolkit/aeon
  • # doctest: +SKIP 20474cf
  • Merge branch 'ajb/numpy2' of https://github.com/aeon-toolkit/aeon into ajb/numpy2 e38bc60

View on GitHub

itsdivya1309 closed an issue on aeon-toolkit/aeon
[DOC] Add API Reference for distance profiles in Similarity Search module
### Describe the feature or idea you want to propose The distance profile functions implemented in aeon are: 1. `euclidean_distance_profile` 2. `normalized_euclidean_distance_profile` 3. `naive...
aeon-actions-bot[bot] pushed 1 commit to ajb/numpy2 aeon-toolkit/aeon
  • Automatic `pre-commit` fixes 4a3dac8

View on GitHub

TonyBagnall pushed 2 commits to ajb/numpy2 aeon-toolkit/aeon
  • [ENH] Final purge of nested univ (#2185) * purge multivariate * remove return_X_y argument * remove return_X_y... ab90e39
  • Merge branch 'main' into ajb/numpy2 333c556

View on GitHub

Load more