Back to Scikit Learn

32828.Fix

doc/whats_new/upcoming_changes/sklearn.linear_model/32828.fix.rst

1.8.0266 B
Original Source
  • :class:linear_model.LogisticRegressionCV now correctly handles the case when the scoring parameter is set (to something not None) and when the CV splits result in folds where some class labels are missing. By :user:Christian Lorentzen <lorentzenchr>.