-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Export S3 methods for model_performance generic #452 #498
Conversation
@jimrothstein Thanks a lot for doing this! I have modified it a bit to also update @strengejacke I had to move the default method to where generic is defined because otherwise it won't be found by other methods that rely on the default method. The other solution would have been to use |
Codecov Report
@@ Coverage Diff @@
## main #498 +/- ##
==========================================
+ Coverage 36.06% 36.37% +0.31%
==========================================
Files 83 82 -1
Lines 5341 5341
==========================================
+ Hits 1926 1943 +17
+ Misses 3415 3398 -17
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@strengejacke yes, I should have checked where the .default method was defined. |
@jimrothstein Do you mind also updating the NEWS.md file and mention these changes? Remember to include the PR number and your GitHub handle in the news item. |
@IndrajeetPatil, Yes, will do, but tomorrow ... (was trying to find away to generate all the |
Sounds good to me! |
@jimrothstein Why did you close this? @strengejacke I think this can be reopened and merged? |
Hadn't heard from anyone in long time; and was cleaning repos. Did not realize affect here, which is my fault, but I did not know. |
Do you want me to continue with tinytest:: checks ? |
Closing this for now, for two reasons:
|
No description provided.