python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My data can be approximated with Normal mixture. How can I find the reasons and explain this behaviour?
I use DeLonge method to compare two ROC AUCS. The result of it is Z-score.
Both ROC AUCs obtained from LDA (linear discriminant analysis) from sklearn package. The first one uses eigen solver inside L...
Arzental
Votes: 0
Answers: 0
Linear discriminant Analysis Sklearn
I’m running LDA on a dataset and the outcome was good across all metrics. However I can’t seem to extract the top features or loadings like I can for PCA.
Is anyone familiar with extracting top featur...
Ed_
Votes: 0
Answers: 1
Is it possible to get decision boundary equation for Quadratic Discriminant Analysis?
I use Python and sklearn packages.
I used LDA for predictions and I can get the coefficients of the decision boundary.
clf = LinearDiscriminantAnalysis(priors=[prob_norm, prob_anem])
clf.fit(X_train,...
Arzental
Votes: 0
Answers: 0