Past article used a random forest to classify diseases, but an updated version. This time, we added data standardization and Linear Discriminant Analysis (LDA). Also, the Classification Report and Confusion Matrix are output so that you can see the summary of the results.
For detailed explanation and code, please see [Python] Disease classification in Random Forest ~ With LDA ~.
Recommended Posts