-
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
[MNT] Unit testing revamp part 2: classification #1770
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 think I need to sit down and work through it all, but I think its all good. Only question was about setting "classifier" in test_all_estimators
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.
LGTM, but there is a conflict with main
there was a new test i added recently for saving/loading in classification/deep_learning, might put it in yield as well ? |
…lassification-testing # Conflicts: # aeon/classification/deep_learning/tests/test_random_state_deep_learning.py
…oolkit/aeon into mm/classification-testing
Can leave that for next PR IMO. A lot going on here. |
…lassification-testing # Conflicts: # aeon/base/tests/test_base_collection.py
…lassification-testing
we're working on the same testing functions here |
I don't mind which one goes in first, this has other PRs waiting on it however. |
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.
lets get this one in first
i dont mind for sure, can put my changes on the new placed test functions after this |
Follows on from #1479, part of AEP 05.
test_all_classiifers
and deep learning classifier tests.pytest -k 'ProximityTree' -vv
run:Before:
After: