[ENH] Add CPU-GPU parity test suite for ROCKET#3228
[ENH] Add CPU-GPU parity test suite for ROCKET#3228Adityakushwaha2006 wants to merge 3 commits intoaeon-toolkit:mainfrom
Conversation
…l parity along with feature divergence <1e-4
… rocket Gpu and Cpu
Thank you for contributing to
|
|
Turning to draft until related PR has been resolved |
Reference Issues/PRs
-Fixes #1248
What does this implement/fix? Explain your changes.
This PR adds a test suite to verify CPU-GPU parity in ROCKET implementations when initialized with the same random seed.
Test Coverage (15 total test variants):
All tests verify features match within 1e-4 precision (decimal=4) .
Does your contribution introduce a new dependency? If yes, which one?
None.
Any other comments?
Please note the expected failure of the Cl , until fix is merged into main ( from PR #3227). Will rebase and run to confirm correctness once fix in place.
PR checklist
For all contributions
For new estimators and functions
__maintainer__at the top of relevant files and want to be contacted regarding its maintenance. Unmaintained files may be removed. This is for the full file, and you should not add yourself if you are just making minor changes or do not want to help maintain its contents.For developers with write access