diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 01:19:43 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:23 +0100 |
| commit | 9de58fc285c066c6f674e790163f8cf2a2975ec0 (patch) | |
| tree | 83b87424a1807fd00542c3d1d28263eed25f146f /gnu | |
| parent | a22c6e5a0df6296aeb9fe73a6fd2c9636cb97b13 (diff) | |
gnu: python-scikit-learn-1.6: Skip 3 more tests.
* gnu/packages/machine-learning.scm (python-scikit-learn-1.6)[arguments]
<test-flags>: Skip 3 more tests.
Change-Id: I1c7e2eb7c18ddc5479cf45b84a6cf07d374842fe
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index c417b8a9983..97795676c06 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2361,6 +2361,9 @@ data analysis.") "test_check_is_fitted_with_attributes" "test_covariance" "test_estimators" + "test_newton_cholesky_fallback_to_lbfgs[42]" + "test_logistic_regression_path_convergence_fail" + "test_linalg_warning_with_newton_solver[42]" "test_ledoit_wolf" "test_mcd" "test_mcd_issue1127" |
