An open API service indexing awesome lists of open source software.

https://github.com/dimitriskatos/health_stroke_prediction

Prediction possible strokes using RandomForest and PCA
https://github.com/dimitriskatos/health_stroke_prediction

cleaning-data pca prediction random-forest-classifier smote

Last synced: 27 days ago
JSON representation

Prediction possible strokes using RandomForest and PCA

Awesome Lists containing this project

README

        

# Health stroke predictions.
In this repository we will try to predict stroke based on providen data.
We will use RandomForest classifier and will also use SMOTE and PCA.
You can also see the notebook in Kaggle in the [link](https://www.kaggle.com/code/dimitriskatos/accuracy-0-89-with-randomforest-and-smote/notebook).