SAVRN
Search Contact SAVRN

Independent publisher

Abdalla Ahmed

abdalla732

Models in Library1
Datasets in Library0
Models on Hugging Face1
Followers

Models

Model · Tabular classification

heart_failure_prediction

Abdalla Ahmed

A Keras / TensorFlow neural network that predicts the presence of heart disease in patients using 11 clinical and demographic features. Educational and research purposes only. Explore how clinical features relate to heart disease risk. - Not a medical device. Do not use for real clinical decisions. - Not validated on real-world hospital populations. from huggingfacehub import hfhubdownload import joblib import pandas as pd from tensorflow import keras modelpath = hfhubdownload("abdalla732/heartfailureprediction", "heartmodel.keras") scalerpath = hfhubdownload("abdalla732/heartfailureprediction", "scaler.joblib") colspath = hfhubdownload("abdalla732/heartfailureprediction"…

Open weights mit keras