Day-46 Linear DiscriminantAnalysis
From the n independent variables of the dataset, LDA extracts p n new independent variables that separate the most the classes of the dependent variable. The dataset, in this case, is the same dataset as the PCA technique. The steps are also almost similar. The second step is to construct the LDA object and etc. It is required to create an LDA object by using a linear discriminant analysis class from the sklearn library.
Oct-1-2019, 18:36:59 GMT