Kevin Shah
Kevin Shah
### Describe your change: Fixes issue #11800. This update adds an implementation of the Reverse Selection Sort algorithm, which was missing from the repository. In this variation, the core behavior...
#### Reference Issues/PRs solves #2509 #### What does this implement/fix? Explain your changes. This PR adds comprehensive documentation for the BaseSeriesEstimator and BaseAeonEstimator class in the aeon library. The documentation...
For extending the classifier, a few redis_scripts needs to be changed. In bayes_classify.lua, I introduced category and learned_cat parameter which would be returned to lualib/lua_bayes_learn.lua when called. I made sure...