We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
deep_equals
Profiling in sktime has unveiled that deep_equals made some unnecessary, costly str coercions of pandas objects.
sktime
In sktime the fix is here: sktime/sktime#5028
The same fix (or a similar one) should be applied to the skbase-native deep_equals.
skbase
The text was updated successfully, but these errors were encountered:
[ENH] refactor string coercions and return logic in deep_equals uti…
8a517d7
…lity (#237) This PR refactors string coercions and return logic in `deep_equals` utility, along the lines of sktime/sktime#5028. Fixes #213.
Successfully merging a pull request may close this issue.
Profiling in
sktime
has unveiled thatdeep_equals
made some unnecessary, costly str coercions of pandas objects.In
sktime
the fix is here: sktime/sktime#5028The same fix (or a similar one) should be applied to the
skbase
-nativedeep_equals
.The text was updated successfully, but these errors were encountered: