ThereForYou: Your mental health ally. Kai, our AI assistant, offers compassionate support. Track your mood trends, find solace in a secure community, and access crisis resources swiftly. We're here to empower your journey towards improved well-being, leveraging technology for a brighter tomorrow.
Other
86
stars
95
forks
source link
💡[Feature]: Classification of Arrhythmia [ECG DATA] || ML #214
Algorithms Used
KNN Classifier
Logestic Regression
Decision Tree Classifier
Linear SVC
Kernelized SVC
Random Forest Classifier
Principal Component analysis (PCA)
Use Case
The models started performing better after we applied PCA on the resampled data. The reason behind this is, PCA reduces the complexity of the data. It creates components based on giving importance to variables with large variance and also the components which it creates are non collinear in nature which means it takes care of collinearity in large data set. PCA also improves the overall execution time and quality of the models and it is very beneficial when we are working with huge amount of variables.
Is there an existing issue for this?
Feature Description
Algorithms Used KNN Classifier Logestic Regression Decision Tree Classifier Linear SVC Kernelized SVC Random Forest Classifier Principal Component analysis (PCA)
Use Case
The models started performing better after we applied PCA on the resampled data. The reason behind this is, PCA reduces the complexity of the data. It creates components based on giving importance to variables with large variance and also the components which it creates are non collinear in nature which means it takes care of collinearity in large data set. PCA also improves the overall execution time and quality of the models and it is very beneficial when we are working with huge amount of variables.
Benefits
No response
Add ScreenShots
No response
Priority
High
Record