Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

aeon-actions-bot[bot] pushed 1 commit to mm/base aeon-toolkit/aeon

View on GitHub

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

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
We do not support `precomputed` within aeon.

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Please remove. The `PyODAdapter` already contains this method, but has more checks.

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
This is important for the correct usage of the detector. However, I would not expose this parameter to the user and handle it internally according to our usage styles: We want to support both le...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Do not override `fit`, `predict`, and `fit_predict`! They contain important input validation and transformation logic from the base classes. They are also declared final; it is unclear to me how Py...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Parameter checking should not be implemented in the `__init__` method according to sklearn-conventions. In addition, the base class already provides this for you: https://github.com/aeon-toolkit...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
This parameter is just used to compute a threshold to predict the labels. We do not use this and return the anomaly scores. It can be safely removed (use the PyOD default).

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Please add the capability tables (see other anomaly detectors as an example)

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
```suggestion """Local Outlier Factor (LOF) algorithm for anomaly detection. ```

View on GitHub

CodeLionX created a review on a pull request on aeon-toolkit/aeon
Thanks for your contribution! The `window_size` and `stride` parameters should have a proper default that should get picked up during the tests. I cannot explain why this is not happening in your t...

View on GitHub

CodeLionX created a review on a pull request on aeon-toolkit/aeon
Thanks for your contribution! The `window_size` and `stride` parameters should have a proper default that should get picked up during the tests. I cannot explain why this is not happening in your t...

View on GitHub

TonyBagnall created a comment on a pull request on aeon-toolkit/aeon
need to rework the notebooks for this PR

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

MatthewMiddlehurst created a branch on aeon-toolkit/aeon

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

chrisholder pushed 1 commit to elkan-kmeans aeon-toolkit/aeon

View on GitHub

hadifawaz1999 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...

View on GitHub

hadifawaz1999 created a review comment on a pull request on aeon-toolkit/aeon
it seems to get only on the 112 datasets, no way to get it on the 142 ?

View on GitHub

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

View on GitHub

aryanpola created a comment on a pull request on aeon-toolkit/aeon
@CodeLionX some tests ran with no `window_size` parameter causing errors, would it be a good idea to set the default window size if not provided, to be the same as that of stride?

View on GitHub

Flow-Glow starred aeon-toolkit/aeon
Cyril-Meyer created a comment on an issue on aeon-toolkit/aeon
> > @Cyril-Meyer that would be fantastic, thanks. But I will just check there are no open PRs actually, might be best to wait for all the clustering PRs maybe @hadifawaz1999 can advise? > > woul...

View on GitHub

hadifawaz1999 created a comment on an issue on aeon-toolkit/aeon
> @Cyril-Meyer that would be fantastic, thanks. But I will just check there are no open PRs actually, might be best to wait for all the clustering PRs maybe @hadifawaz1999 can advise? would be bes...

View on GitHub

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

View on GitHub

TonyBagnall created a comment on an issue on aeon-toolkit/aeon
fixed by #2166 , ordinal currently at 93%

View on GitHub

TonyBagnall closed an issue on aeon-toolkit/aeon
[ENH] OrdinalTDE coverage
### Describe the feature or idea you want to propose classification/ordinal/_ordinal_tde.py currently 73% covered with 18 partial lines and 86 missed. ### Describe your proposed solution some se...
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 changes made: **[ $\\color{#45FD64}{\\textsf{examples}}$ ]**. Feel free to change these if they ...

View on GitHub

TonyBagnall opened 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
TonyBagnall created a branch on aeon-toolkit/aeon

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

Load more