Utkarsh Kumar
Utkarsh Kumar
The Zulip Terminal currently opens with All Messages in the central column and the initial cursor position on All Messages button rather than the central column. The aim here is...
I am new to the community and i want to contribute towards hacktober fest!, can i add my Python Projects for the same?
I would like to submit a snake game developed in python.
As discussed with @matteobachetti, implement `pre-commit hooks` in the repository for automating code formatting (including `docstrings`) and linting tasks. This will aid in maintaining a consistent code style and catching...
fixes: [#92](https://github.com/StingraySoftware/notebooks/issues/92) -added necessary attributes. -replaced the pre-existing function
When we commit changes with some edits in the notebook, the notebooks tend to generate plots with unnecessary changes in the output, thus flooding the `git diff`. This makes it...
Fixes: #1388, also see: #1382
### Describe the bug refer: #1234 and #1240 see [this](https://github.com/aeon-toolkit/aeon/blob/2240e5c59d1e8e6db9442343c5fc6a4b95258e98/aeon/regression/distance_based/_time_series_neighbors.py#L175) we dont need to square the weights here ! ### Steps/Code to reproduce the bug in `class KNeighborsTimeSeriesRegressor(BaseRegressor):` ```python if...