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 features / loadings from LDA when using sklearn python3?