-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENH] Implement Proximity Forest 2.0 classifier using aeon distances #1978
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put the distances in the same file as pf2 for now
have we compared results vs published? |
Not yet, need to put it on the cluster. I have not got results for the original yet also. |
Actually, the algorithm isn't complete yet. We still need to work on computational power, particularly integrating the EAP technique. I'd resume the work in a couple of days. |
Want to run this soon. This is not blocking that, but some component seems to be non-deterministic. |
What were the remaining things to do here ? In terms of testing, it seems that there is some kind of non-deterministic thing happens, which given the algorithm shouldn't be happening If I remember correctly. |
Need to compare to past results and yeah something is failing the non-deterministic test |
Hi, we need to integrate the EAP for distance measures to complete this algorithm as such. In the current implementation, I've used private distance functions, which use pruning to stop distance calculations greater than a threshold. |
Hi, @MatthewMiddlehurst, I've corrected the code. I think we are good to compare the results now. |
that was not the issue, its will be internal to the fit tree function. Would revert the last change as the previous was how we do that elsewhere. Does not stop me evaluating, just have to find the time to get it working with our setup and run it 🙂 |
Reference Issues/PRs
Closes: #428
Incorporates changes suggested in #1874 (maybe we can close PR #1876)
What does this implement/fix? Explain your changes.
To do: