TAHIR0110 / ThereForYou

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
70 stars 89 forks source link

💡[Feature]: Classification of Arrhythmia [ECG DATA] || ML #214

Open ashis2004 opened 4 days ago

ashis2004 commented 4 days ago

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

ashis2004 commented 4 days ago

@TAHIR0110 assign it to me