[scikit-learn] Clustering Algorithm based on correlation distance

2019-09-02 Thread Safi Ullah Marwat
Dear List, Is there any clustering algorithm, which is based on correlation coefficient instead of Euclidean/Manhattan distance? Regards ___ scikit-learn mailing list scikit-learn@python.org https://mail.python.org/mailman/listinfo/scikit-learn

Re: [scikit-learn] scikit-learn website and documentation

2019-09-02 Thread Roman Yurchak
Hello Chiara, as far as I understood scikit-learn#14849 started as an incremental improvement of the scikit-learn website and ended up as a more in depth rewrite of the sphinx theme. If you have any comments or suggestions don't hesitate to comment on that issue. For instance, that PR went w

Re: [scikit-learn] No convergence warning in logistic regression

2019-09-02 Thread Guillaume Lemaître
LBFGS will raise ConvergenceWarning for sure. You can check the n_iter_ attribute to know if you really converged. On Mon, 2 Sep 2019 at 10:28, Benoît Presles wrote: > Hello Sebastian, > > I have tried with the lbfgs solver and it does not change anything. I do > not have any convergence warning

Re: [scikit-learn] No convergence warning in logistic regression

2019-09-02 Thread Benoît Presles
Hello Sebastian, I have tried with the lbfgs solver and it does not change anything. I do not have any convergence warning. Thanks for your help, Ben Le 30/08/2019 à 18:29, Sebastian Raschka a écrit : Hi Ben, I can recall seeing convergence warnings for scikit-learn's logistic regression