mathurinm
mathurinm
Indeed, we are working on adding support for Efron handling of ties here : https://github.com/scikit-learn-contrib/skglm/pull/159, it should be merged shortly.
@BadrMoufad has just added support for the Efron handling of ties here : https://github.com/scikit-learn-contrib/skglm/pull/159 Benchmarks results are the same
Those are very interesting suggestions, and that would be a major plus indeed if possible ! Did you look at Ahead of time compilation too ? https://numba.pydata.org/numba-doc/latest/user/pycc.html
Hi @v4gadkari , do you still plan on working on this ?
This only fixed half of the issue, but the objectives in readme are now properly rendered.
@PABannier can you still reproduce?
Does it fix 570 ? I think it works already, no?
Yes I'd go this way : it's the chosen way to display the information, and so we don't want to store it in two places. I have started it on...
I am -1 on merging this one, IMO it's only needed in the NNLS benchmark and thus should be implemented over there rather than in the main codebase. @tomMoral if...