[scikit-learn] Query about an algorithm

2018-07-31 Thread Shantanu Bhattacharya via scikit-learn
Hello, I am new to this mailing list. I would like to understand the algorithms provided. Is second order gradient descent with hessian error matrix supported by this library? I went through the documentation, but did not find it. Are you able to confirm or direct me to some place that might hav

Re: [scikit-learn] Query about an algorithm

2018-07-31 Thread Gael Varoquaux
You'll find generic optimization algorithms in scipy.optimize, and not in scikit-learn. Best, Gaël On Tue, Jul 31, 2018 at 11:49:15PM +, Shantanu Bhattacharya via scikit-learn wrote: > Hello, > I am new to this mailing list. I would like to understand the algorithms > provided. > Is secon