You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some examples takes quite a while to run, which is problematic as we are running them with sphinx-gallery (documentation CI job) in each commit.
Ok I'm on it.
A major problem is that I did not implement a stopping criterion in the robust algorithms hence the algo is unnecessarily long. I will think about which criterion to implement and maybe look at examples in scikit learn (i.e. stopping criterion for SGD in sklearn).
Currently some examples takes quite a while to run, which is problematic as we are running them with sphinx-gallery (documentation CI job) in each commit.
In particular,
on a recent CPU. In Circle CI building teh documentation takes 18min, mostly due to examples.
It would be good to make them faster, for instance by subsampling the dataset used in the example.
cc @TimotheeMathieu
The text was updated successfully, but these errors were encountered: