heart_attack_check_model / In the 'Result' column, '0' means negative, '1' me
jimmysc171's picture
Upload 4 files
77a2b65 verified
raw
history blame contribute delete
340 Bytes
In the 'Result' column, '0' means negative, '1' means positive.
The dataset is from https://www.kaggle.com/datasets/fatemehmohammadinia/heart-attack-dataset-tarik-a-rashid
I make some change in the used data set.
The model used RandomForest with hyperparameter:
{
"n_estimators": 100,
"min_samples_split": 2,
"max_depth": 10
}