Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

patrickzib opened a pull request on aeon-toolkit/aeon
[ENH, BUG] This fixes an issue with lower bounding in SAX
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...
patrickzib created a branch on aeon-toolkit/aeon

tlb - A toolkit for machine learning from time series

patrickzib created a comment on an issue on aeon-toolkit/aeon
Just a quick guess. You might have to call `x.toarray()` if the input is a `csr_matrix` in `estimator_checks.py`: ```python def _assert_array_almost_equal(x, y, decimal=6, err_msg=""): ...

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 would have added the following labels...

View on GitHub

TonyBagnall opened 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...
TonyBagnall opened 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 opened an issue on aeon-toolkit/aeon
[BUG] RandomIntervalClassifier and SupervisedIntervalClassifier do not set n_jobs in contained scikit learn estimator
### Describe the bug found when writing tests. These classifiers set the contained estimators n_jobs as follows ```python self._estimator = _clone_estimator( ( ...
MatthewMiddlehurst created a comment on a pull request on aeon-toolkit/aeon
Answered this in a DM, but I believe it was a workaround for bagging with very small datasets (i.e. so small you are losing classes when you select your data for the tree).

View on GitHub

MatthewMiddlehurst created a review on a pull request on aeon-toolkit/aeon
Would give a bit for others to take a look if they want.

View on GitHub

TonyBagnall created a review on a pull request on aeon-toolkit/aeon
LGTM, agreed at dev meeting

View on GitHub

TonyBagnall created a review on a pull request on aeon-toolkit/aeon
this all looks fine, but we could do with going over all base classes, make sure they have abstract constructors etc and resolve #2177

View on GitHub

TonyBagnall pushed 2 commits to ajb/nested_univ aeon-toolkit/aeon

View on GitHub

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
see #2210

View on GitHub

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

View on GitHub

TonyBagnall opened an issue on aeon-toolkit/aeon
[BUG] check_persistence_via_pickle fails when a csr_matrix
### Describe the bug The collection transformer FastSFA has the option to return a scipy.csr_sparse.csr_matrix sparse representation of the dictionary. If this is done, the test fails, see http...
TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
see #2208

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
a general test fails when csr_matrix is returned, I'll run it with True to confirm and raise an issue

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
I think its meant to be hierarchical

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{#FEF1BE}{\\textsf{enhancement}}$ ]**. I have added the following labels to th...

View on GitHub

aryanpola opened a pull request on aeon-toolkit/aeon
[ENH] Implementation of LOF using PyODAdapter
#### Reference Issues/PRs Fixes #2109 #### What does this implement/fix? Explain your changes. Implemented Local Outlier Factor using PyODadapter ### PR checklist ##### For all contri...
TonyBagnall created a comment on an issue on aeon-toolkit/aeon
aligned ratio of numpy time/pyfftw time ![image](https://github.com/user-attachments/assets/f4bf66c9-6764-40b0-996a-0e887bc7a713)

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
y axis is time in seconds

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
sorry @baraline I didnt see you comment! I have done a simple comparison using the PeriodogramTransformer ```python from aeon.transformations.collection import PeriodogramTransformer import...

View on GitHub

TonyBagnall pushed 4 commits to ajb/nested_univ aeon-toolkit/aeon
  • [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
  • Merge branch 'main' into ajb/nested_univ c597749
  • change doc strings 7d115b8

View on GitHub

TonyBagnall opened an issue on aeon-toolkit/aeon
[ENH] Improve data writer functions
### Describe the feature or idea you want to propose (do after #2185) Write to file could do with a tidy up. ### Describe your proposed solution Some possibilities, I'll add any more I see ...
TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
so is_collection would be the check, but currently the writers do not support the dataframe format pd-wide. Ill create an issue, other things could be tidied up in this file, its evolved into a bit...

View on GitHub

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

View on GitHub

Load more