Ecosyste.ms: Timeline

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

aeon-toolkit/aeon

TonyBagnall created a review comment on a pull request on aeon-toolkit/aeon
because the existing test gets the features with a given name and compares to expected. You cannot extract the names in transform as you are not allowed to change state it transform. This transform...

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
Ill look

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 have no idea! Will remove, df-list is going next anyway after this PR

View on GitHub

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

View on GitHub

aryanpola forked aeon-toolkit/aeon

aryanpola/aeon

aryanpola closed a pull request on aeon-toolkit/aeon
[ENH] Lof implementation using PyOD
#### Reference Issues/PRs Fixes #2109 #### What does this implement/fix? Explain your changes. Implemented Local Outlier factor using PyODadapter ##### For all contributions - [ ] I've ad...
aryanpola closed a pull request on aeon-toolkit/aeon
[MNT] Algorithm type Checking
What does this implement/fix? Explain your changes. Checking for valid algorithm types #1952 ##### For all contributions - [x] I've added myself to the [list of contributors](https://github...
baraline created a comment on a pull request on aeon-toolkit/aeon
I think the only thing that could look like this is the binary case where estimators produce only probas for class 1 and we want it for class 0 and 1. Otherwise the estimators is just ignoring/add...

View on GitHub

baraline created a comment on an issue on aeon-toolkit/aeon
Adding a warming on the install page of the docs/(readme) with some short explanation might help new users to understand what is going on, I'll try to find some time to add it

View on GitHub

MatthewMiddlehurst created a comment on an issue on aeon-toolkit/aeon
Probably related #1852. Unlikely to be resolved in the short time either case.

View on GitHub

MatthewMiddlehurst closed an issue on aeon-toolkit/aeon
[MNT] Update `ruff` version bound for `pre-commit` checks
### Describe the issue Recent versions of `ruff` cause failures on our CI due to a few outdated notebooks See https://github.com/aeon-toolkit/aeon/actions/runs/10445173697/job/28920730227?pr=1...
MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
this is not nested_univ i think?

View on GitHub

MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
why do we need this?

View on GitHub

MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
What is the failure with this?

View on GitHub

MatthewMiddlehurst created a review comment on a pull request on aeon-toolkit/aeon
unrelated probably but what is "pd-multivariate"? same in regression and clustering

View on GitHub

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

View on GitHub

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

View on GitHub

allcontributors[bot] created a comment on a pull request on aeon-toolkit/aeon
@notaryanramani @notaryanramani already contributed before to code

View on GitHub

notaryanramani created a comment on a pull request on aeon-toolkit/aeon
@all-contributors add @notaryanramani for code

View on GitHub

allcontributors[bot] created a comment on a pull request on aeon-toolkit/aeon
@notaryanramani I couldn't determine any contributions to add, did you specify any contributions? Please make sure to use [valid contribution names](https://allcontributors.org/docs/en/em...

View on GitHub

notaryanramani created a comment on a pull request on aeon-toolkit/aeon
@all-contributors add @notaryanramani for enhancement

View on GitHub

notaryanramani created a review comment on a pull request on aeon-toolkit/aeon
I don't think COPOD from pyod here is an input parameter, I am importing it in the constructor itself to pass it to the base class. I tried not using `_check_soft_dependencies`. I got the follo...

View on GitHub

notaryanramani 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
Strange... there should not be any input parameter checking in the constructor (`__init__`) according to the sklearn-conventions. This is instead done in `fit` (in our case `_fit`). I would conside...

View on GitHub

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

View on GitHub

MatthewMiddlehurst pushed 1 commit to mm/rocket-split aeon-toolkit/aeon

View on GitHub

CodeLionX created a review comment on a pull request on aeon-toolkit/aeon
Ah, you are right. I forgot. Sry, then disregard this comment!

View on GitHub

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

View on GitHub

Load more