-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
fix deprecation warning #462
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #462 +/- ##
==========================================
+ Coverage 78.00% 78.12% +0.12%
==========================================
Files 23 23
Lines 3155 3155
==========================================
+ Hits 2461 2465 +4
+ Misses 694 690 -4 ☔ View full report in Codecov by Sentry. |
@oxinabox do you know if these method ambiguities are something to worry about? And how to best fix them? |
Looks like a bug in ChainRulesCore. I don't understand why they are only showing up recently. |
@sathvikbhagavan I don't see this error locally. Is this another stochastic result? |
Yes, it is indeed stochastic. It happens because one of the test cluster which is sampled contains no points. |
I was thinking of fixing it such that if any test cluster is empty, it uses training points for obtaining the best model for that cluster. I will make a PR for it shortly. |
@ChrisRackauckas, I think this is ready. The remaining stochastic error should be looked into separately. |
@nograd
is being deprecated.However, seems strange, this needs to be non-differentiable in any case?