Hello, I ran LDA for dimensionality reduction, and got the following message on the command prompt (not on the Jupyter Notebook): "The priors do not sum to 1. Renormalizing", UserWarning
If I understand correctly, the prior = sum of y bincount/ len(y)? So, does it mean I am getting this message due to some rounding errors? I wonder how I can check if I make any mistake somewhere? Thank you, Raga
_______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
