Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall pushed 1 commit to ajb/performance aeon-toolkit/aeon
  • remove forecasting performance metrics 401543b

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}}$ ]**. The [Checks](https://github.com/aeon-...

View on GitHub

TonyBagnall opened a draft pull request on aeon-toolkit/aeon
[ENH] Remove required kwargs
First stage in assessing forecasting performance metrics, remove required arguments passed as kwargs
TonyBagnall created a branch on aeon-toolkit/aeon

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

TonyBagnall opened an issue on aeon-toolkit/aeon
[DOC] update getting started guide
### Describe the issue linked to the documentation Should include all modules, inc segmentation and anomaly detection ### Suggest a potential alternative/fix _No response_
notaryanramani created a comment on a pull request on aeon-toolkit/aeon
@CodeLionX > Because CBLOF uses a clustering estimator internally, I would like to see an additional test that passing a custom estimator instance also works. Okay, will add a test that uses...

View on GitHub

chrisholder pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

TonyBagnall pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Has no effect because the `PyODAdapter` uses a copy (`fitted_pyod_model_`) internally. Is not necessary either because **`_fit`** and `_fit_predict` set it already. ```suggestion ```

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
This should also be handled by the `BaseAnomalyDetector`-class. ```suggestion ```

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
The super classes take care of this; remove. ```suggestion ```

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Not necessary ```suggestion ```

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Where should the `pyod_model` come from? It is not defined in this scope, so please remove.

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Is that true? It should return anomaly scores, right?

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Please add the following statement: ``` The documentation for parameters has been adapted from the [PyOD documentation](https://pyod.readthedocs.io/en/latest/pyod.models.html#id117). ...

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Please consider using `from aeon.testing.data_generation import make_example_1d_numpy` instead of the legacy testing methods

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
This mixes calling conventions: - you use `fit_predict` for aeon's `LOF` = unsupervised - however, calling `fit` and `decision_function` corresponds to semi-supervised usage Please have two ...

View on GitHub

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

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Please use `np.testing.assert_allclose` for the better error message

View on GitHub

CodeLionX created a review on a pull request on aeon-toolkit/aeon
Good work 👍🏼 Because CBLOF uses a clustering estimator internally, I would like to see an additional test that passing a custom estimator instance also works. Do you think that it makes sens...

View on GitHub

CodeLionX created a review on a pull request on aeon-toolkit/aeon
Good work 👍🏼 Because CBLOF uses a clustering estimator internally, I would like to see an additional test that passing a custom estimator instance also works. Do you think that it makes sens...

View on GitHub

patrickzib created a branch on aeon-toolkit/aeon

tlb_sofa - A toolkit for machine learning from time series

TonyBagnall pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

chrisholder pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

TonyBagnall pushed 6 commits to ajb/forecasting aeon-toolkit/aeon
  • images (#2241) 6ad65f9
  • change ACF default (#2228) e07ba96
  • add some coverage for performance metrics (#2226) 8281d25
  • [ENH] Implemented COPOD for anomaly detection (#2202) * Implemented COPOD for anomaly detection * fix: type annot... 43f8af0
  • Update papers_using_aeon.md (#2223) Co-authored-by: Tony Bagnall <[email protected]> afd0df7
  • Merge branch 'main' into ajb/forecasting 5c231ed

View on GitHub

chrisholder pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

chrisholder pushed 1 commit to kesba aeon-toolkit/aeon

View on GitHub

chrisholder created a branch on aeon-toolkit/aeon

kesba - A toolkit for machine learning from time series

TonyBagnall pushed 1 commit to main aeon-toolkit/aeon

View on GitHub

TonyBagnall closed 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...
Load more