Closed aldanor closed 6 years ago
Pull-request welcome :)
@mblondel Done in #122 - would it be possible to release a 0.5.1 + conda packages if/when this gets merged?
Thanks for the fix, closing.
@fabianp is taking care of releases but he might be busy lately.
There are issues with the conda package: https://github.com/conda-forge/sklearn-contrib-lightning-feedstock/pull/5
Help is appreciated
This often pops up when using log loss function:
which is to be expected; e.g., the following will cause this warning:
Instead,
scipy.special.expit
can be used which is more robust and doesn't suffer from overflow problems.