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 an issue on aeon-toolkit/aeon
[BUG] QUANT uses incorrect attribute class_dictionary_
### Describe the bug another bug found with coverage tests, testing is our friend. This was missed on a refactor I imagine, quant does this ```python def _predict_proba(self, X): ...
TonyBagnall pushed 1 commit to main aeon-toolkit/aeon
  • [ENH] Remove soft dependency on pyfftw (#2213) * remove pyfftw * interval testing 5dba88d

View on GitHub

TonyBagnall closed an issue on aeon-toolkit/aeon
[ENH] Preferred Fourier transform
### Describe the feature or idea you want to propose currently, we have two ways of doing FFT, standard numpy fft and pyfftw which wraps the c code https://www.fftw.org/ . It would be good to be...
TonyBagnall closed a pull request on aeon-toolkit/aeon
[ENH] Remove soft dependency on pyfftw
#### Reference Issues/PRs Resolves #523 Fixes #2212 Fixes #2211 #### What does this implement/fix? Explain your changes. after some benchmarking, there seems no need to keep pwfftw, w...
vkhamesi starred aeon-toolkit/aeon
TonyBagnall created a review on a pull request on aeon-toolkit/aeon
LGTM

View on GitHub

chrisholder pushed 2 commits to dist-module-cont aeon-toolkit/aeon

View on GitHub

chrisholder pushed 1 commit to distance-module-cleanup aeon-toolkit/aeon

View on GitHub

aryanpola created a comment on a pull request on aeon-toolkit/aeon
@TonyBagnall @MatthewMiddlehurst I've set the `n_clusters` as 8, but when `None` is passed on to n_clusters, it's not taking as 8.

View on GitHub

chrisholder pushed 39 commits to dist-module-cont aeon-toolkit/aeon
  • fixed test (#2159) 85288f9
  • rename tags (#2155) 2b3eadd
  • base changes (#2150) 4369c02
  • [ENH] Add testing for TDE (#2144) * TDE coverage * TDE testing aefa7be
  • muse tests (#2147) 341bcc8
  • boss tests (#2148) c0a2dba
  • [REF] Rename `BaseEstimator` to `BaseAeonEstimator` (#2162) * rename base * Empty commit for CI * fix -----... 01e8424
  • [ENH] Tests for ordinal tde (#2166) * ordinal TDE * ordinal TDE * increase test size samples 088570f
  • utils (#2167) 1fde975
  • [ENH] KSpectralCentroid clusterer (#2140) * added k-sc distance * fixed examples and added additional tests * ... ea4e969
  • [BUG] set dynamic tag after call to parent constructor (#2172) * set tag after constructor * Automatic `pre-commi... 521b7bc
  • Fix small typo (#2173) 20bedfe
  • 📝 Add georgejl7 as a contributor for doc (#2174) * 📝 Update CONTRIBUTORS.md [skip ci] * 📝 Update .all-contributor... 78d9636
  • [MNT] Fix numba function caching the PR testing (#2182) * Update pr_pytest.yml * Empty commit for CI * both te... 787337e
  • Merge branch 'main' into distance-module-cleanup 08cb091
  • [ENH] Add Yeo Johnson Transform (#2164) * Add YeoJohnson Transformer as per [ENH] Implement Yeo-Johnson Series Trans... df5a2ec
  • [DEP] Regression coverage tests and remove deprecated CNN (#2175) * deprecate old CNN * interval tests * Autom... d313f71
  • [ENH] remove tag from MR-Hydra regressor (#2154) * remove tag from MR-Hydra regressor * remove tag from MR-Hydra ... ba1bc0c
  • [ENH] Soft-DTW (#2160) * started working on soft-dtw * added tests for soft-dtw * uncommented distances * f... 866c73b
  • Automated `pre-commit` hook update (#2188) Co-authored-by: MatthewMiddlehurst <[email protected]... cf9d297
  • and 19 more ...

View on GitHub

chrisholder pushed 1 commit to distance-module-cleanup aeon-toolkit/aeon

View on GitHub

chrisholder pushed 21 commits to distance-module-cleanup aeon-toolkit/aeon
  • [ENH] Add Yeo Johnson Transform (#2164) * Add YeoJohnson Transformer as per [ENH] Implement Yeo-Johnson Series Trans... df5a2ec
  • [DEP] Regression coverage tests and remove deprecated CNN (#2175) * deprecate old CNN * interval tests * Autom... d313f71
  • [ENH] remove tag from MR-Hydra regressor (#2154) * remove tag from MR-Hydra regressor * remove tag from MR-Hydra ... ba1bc0c
  • [ENH] Soft-DTW (#2160) * started working on soft-dtw * added tests for soft-dtw * uncommented distances * f... 866c73b
  • Automated `pre-commit` hook update (#2188) Co-authored-by: MatthewMiddlehurst <[email protected]... cf9d297
  • [MNT] Update sphinx requirement in the python-packages group (#2189) Updates the requirements on [sphinx](https://gi... 27610c8
  • [ENH] Remove the return_X_y load option, improve coverage (#2183) * remove return_X_y argument * remove return_X_... f904fab
  • notebook (#2197) 4aeac6e
  • Update .all-contributorsrc (#2200) Add myself as a contributor 33eb5b0
  • Automated `CONTRIBUTORS.md` update (#2201) Co-authored-by: TonyBagnall <[email protected]> 2c7aaf5
  • [ENH] Implemented IsolatedForest in anomaly detection with some test cases (#2118) * Implemented IsolatedForest in a... 4cb3d4d
  • [DOC] Add JMLR paper to readme (#2203) * add paper * add paper 54c99fa
  • [DOC, ENH] Add WEASEL v2 and Human Activity Challenge Papers (#2204) * add WEASEL v2 paper * add ECML challenge 543fb81
  • [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
  • and 1 more ...

View on GitHub

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
its an issue with the test and argmin, I dont think it should hold up this PR

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
its fine to leave. Generally we have gone for longer docstrings and fewer in line comments, but I think I actually prefer a few more inline comments for more complex constructs to aid readability

View on GitHub

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

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{#F3B9F8}{\\textsf{documentation}}$ ]**. The [Checks](https://github.com/aeo...

View on GitHub

fspinna opened 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...
fspinna created a comment on a pull request on aeon-toolkit/aeon
> do we need a lower bound on the sparse package? I am using the latest (0.15.4) > could we add your paper to this? https://www.aeon-toolkit.org/en/stable/papers_using_aeon.html > > Even...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
I agree with @MatthewMiddlehurst that this should be resolved.

View on GitHub

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

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
yes solution in #2213 does this ```python m = hasattr(self._estimator, "n_jobs") if m: self._estimator.n_jobs = self._n_jobs ```

View on GitHub

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

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
consensus is to keep df-list, so after #2185 this we are supporting these data types for X_inner_type and conversions ```python SERIES_DATA_TYPES = [ "pd.Series", # univariate time series...

View on GitHub

TonyBagnall closed an issue on aeon-toolkit/aeon
[ENH] Remove the unused inner types for collections
### Describe the feature or idea you want to propose I'm trying to reduce code bloat. We currently allow the following input and inner types ```python COLLECTIONS_DATA_TYPES = [ "numpy3D...
TonyBagnall closed a draft pull request on aeon-toolkit/aeon
[EhN] Purge df-list
need to do some more with the hierarchical converters
TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
could we add your paper to this? https://www.aeon-toolkit.org/en/stable/papers_using_aeon.html Even better, can you add your paper to this (in a separate PR)? :)

View on GitHub

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
> > It might be a bit ambitious for this PR, but it would be wonderful to include a fast sliding window SAX-transform with dilation if possible. > > > re SAX, we could investigate using this ver...

View on GitHub

samuel01028 starred aeon-toolkit/aeon
baraline created a review on a pull request on aeon-toolkit/aeon
LGTM, if anyone have an argument in favor of keeping the dependency now is your time to speak up!

View on GitHub

Load more