Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an issue introduced by the new eps penalty in sklearn 1.2
The default value changed from 1e-15 to "auto" that is equivalent to np.finfo(y_pred.dtype).eps.
- Loading branch information