Numerical stability bug with master wheels
See original GitHub issueDescribe the bug
The following tests are failing in the Wheel builder
workflow:
test_partial_dependence_dataframe
test_logistic_regression_multi_class_auto
which seems to be related with the LogisticRegression
estimator.
Examples of the failure: https://github.com/scikit-learn/scikit-learn/runs/1803849179?check_suite_focus=true and https://github.com/scikit-learn/scikit-learn/runs/1803849231?check_suite_focus=true
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
What Does the Electronic Stability Control (ESC) Warning ...
Like the anti-lock braking system, the ESC system monitors the rotational speed of the wheels and other parameters such as steering angle.
Read more >Joint and Ragdoll stability - Unity - Manual
Joint and Ragdoll stability. This page provides tips for improving JointA physics component allowing a dynamic connection between Rigidbody components, ...
Read more >421305 - Some fonts now broken in Chrome 38 stable
Considering most designers and many developers have easily more than 1750 fonts installed, this bug affects a vast number of Chrome users. Comment...
Read more >Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... resolution:FIXED severity:normal · Bug:21 - "Numeric-20.3.ebuild" status:RESOLVED resolution:FIXED severity:normal ...
Read more >Is there a difference in handling and stability between three ...
Any 3 wheeled vehicle that utilized two front wheels and a single wheel in the rear is going to be many times more...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
At a glance, looks like something happened with numpy 1.20.0 and 32 bit linux.
Maybe we need a common test to check that all estimators fitted on the same data several consecutive times with the same hyperparams (with seeded
random_state
) always lead to the same predictions / transform function.