Back to Scikit Learn

33437.Fix

doc/whats_new/upcoming_changes/array-api/33437.fix.rst

1.8.0323 B
Original Source
  • :func:linear_model.ridge_regression now correctly passes a Python scalar as fill_value to xp.full when broadcasting alpha for multi-target regression, ensuring compliance with the array API specification. This fixes compatibility issues with some array API backends. By :user:Olivier Grisel <ogrisel>.