[scikit-learn] Question about LDA's coef_ attribute

Alexandre Gramfort alexandre.gramfort at inria.fr
Mon Oct 16 10:57:52 EDT 2017


no it stores the direction of the decision function to match the API of
linear models.

HTH
Alex

On Mon, Oct 16, 2017 at 3:27 PM, Serafeim Loukas <seralouk at gmail.com> wrote:
> Dear Scikit-learn community,
>
> Since the documentation of the LDA
> (http://scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysis.html)
> is not so clear, I would like to ask if the lda.coef_ attribute stores the
> eigenvectors from the SVD decomposition.
>
> Thank you in advance,
> Serafeim
>
> _______________________________________________
> scikit-learn mailing list
> scikit-learn at python.org
> https://mail.python.org/mailman/listinfo/scikit-learn
>


More information about the scikit-learn mailing list