fabian-sp
fabian-sp
Yes, but in `scikit-learn` the loss function values are not averaged. I believe that in `tick` you solve: `min 1/C ||x||_1 + 1/n \sum_{i=1}^n log(...)`
Thanks! Another question I would have is: how can I set/access the starting point of a solver? So when using SVRG for logistic regression, what is the default starting point?
Yes, I think this would be a great addition to the package!
I think the reason for this is that I installed `FunFact` in an empty `conda` environment. So I have neither `torch` nor `jax` and then all autograd functions can of...
Update on this: after installing `torch` the unit tests are succesfull. I would still recommend to make it more prominent in the `README` (and/or `requirements.txt`) that without having `torch` or...
Ah, thank you, indeed I did overlook this. Maybe put a link to this page on the Github `README` and the landing page of your documentation (that's where I usually...
Hi, thank your for your reply. So I have worked on this a bit in the meantime and what I basically would need is a functionality that gives me a...