mathurinm

Results 118 comments of mathurinm

I have the possibility to do so, but I'm lazy (as the average user) and would like it done automatically :)

It seems to happen for some solvers, but not for all: ![image](https://user-images.githubusercontent.com/8993218/136036651-43427112-f47b-4749-9f03-5b08a8e34d14.png)

@tomMoral clarified this behavior: we stop increasing the solver iteration/decreasing its tolerance after 3 iterations where the objective decrease is less than 1e-10 (`benchopt.stopping_criterion.PATIENCE` and `benchopt.stopping_criterion.EPS`) For super fast solvers...

@tanglef suggested that we could remove the 3 last points from plotting (but we would need to check that they were 3 points without progress, and not the solver running...

I reopen, it has been bothering again on some recent plots

The solution sounds heavy indeed but I think currently it is not a robust design to rely on the variable name; I feel the generic user is used to calling...

It turns out this has to be done from the parent directory. This works ``` (base) ➜ benchmarks pwd /home/mathurin/workspace/benchmarks (base) ➜ benchmarks benchopt generate-results -b lasso ``` But doing...

No I really was trying to regenerate the website, because I had deleted html and csv results yet they were still showing on the main page. I think #231 fixes...

sklearn's and celer's cython break if do this