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
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
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
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