Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ENH] Implement Proximity Tree classifier using aeon distances (#1566)
* Yet to be wrapped by numba * Added gini scores * Initial logic for tree * get best splitter * Minor typo * build_tree method implemented * predict method * Completed the proximity tree * random_state and staticmethod * predict and predict_proba * tests for gini and gini_gain * test parameter value * Fixing random state * Fix recursion base case * Completed API * Completed API * Test case pass * Improve API * Minor corrections * Test for accuracy and pytest fixture * Improve API and code cov * Comment at the top of the file * Capability to handle 3d arrays * Capability to handle 3d arrays * Added API Reference --------- Co-authored-by: Matthew Middlehurst <[email protected]>
- Loading branch information