How is your model doing?


A quick glance of your most important metrics.

Last 3 Evaluations

Accuracy
The proportion of all instances that are correctly predicted.
0.33 0.7
minimum
threshold
Precision
The proportion of predicted positive instances that are correctly predicted.
0.0 0.7
minimum
threshold
Recall
The proportion of actual positive instances that are correctly predicted. Also known as recall or true positive rate.
0.67 0.7
minimum
threshold
F1 Score
The harmonic mean of precision and recall.
0.0 0.7
minimum
threshold
AUROC
The area under the receiver operating characteristic curve (AUROC) is a measure of the performance of a binary classification model.
0.26 0.7
minimum
threshold

Last 3 Evaluations

How is your model doing over time?


See how your model is performing over several metrics and subgroups over time.

Multi-plot Selection:

Metrics

The moving average of all data points.
A measure of how dispersed the data points are in relation to the mean.
The proportion of predicted positive instances that are correctly predicted.
The proportion of actual positive instances that are correctly predicted. Also known as recall or true positive rate.
The harmonic mean of precision and recall.
The area under the receiver operating characteristic curve (AUROC) is a measure of the performance of a binary classification model.
The proportion of all instances that are correctly predicted.

Age

Datasets


Description

This dataset was created by combining different datasets already available independently but not combined before. In this dataset, 5 heart datasets are combined over 11 common features. Every dataset used can be found under the Index of heart disease datasets from UCI Machine Learning Repository on the following link: https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/.

Version

  • Version 1

Sensitive Data

  • Sensitive Data Used: ['Sex', 'Age']
    Justification: Demographic information like age and gender often have a strong correlation with health outcomes. For example, older patients are more likely to have a higher risk of heart disease.

Citation

  • @misc{fedesoriano, title={Heart Failure Prediction Dataset.}, author={Fedesoriano, F}, year={2021}, publisher={Kaggle} }

License

  • Identifier: CC0-1.0

Graphics

Quantitative Analysis


Accuracy
The proportion of all instances that are correctly predicted.
0.33 0.7
minimum
threshold
Precision
The proportion of predicted positive instances that are correctly predicted.
0.0 0.7
minimum
threshold
Recall
The proportion of actual positive instances that are correctly predicted. Also known as recall or true positive rate.
0.67 0.7
minimum
threshold
F1 Score
The harmonic mean of precision and recall.
0.0 0.7
minimum
threshold
AUROC
The area under the receiver operating characteristic curve (AUROC) is a measure of the performance of a binary classification model.
0.26 0.7
minimum
threshold

Graphics

Model Details


Description

The model was trained on the Kaggle Heart Failure Prediction Dataset to predict risk of heart failure.

Version

  • Date: 2024-07-16
    Initial Release
    Version: 0.0.1

Owners

  • Name: CyclOps Team
    Contact: vectorinstitute.github.io/cyclops/
    Email: cyclops@vectorinstitute.ai

Licenses

  • Identifier: Apache-2.0

Name

Heart Failure Prediction Model

Considerations


Users

  • Hospitals
  • Clinicians
  • ML Engineers

Use Cases

  • Predicting risk of heart failure.
    Kind: primary
  • Predicting risk of pathologies and conditions other than heart failure.
    Kind: out-of-scope

Fairness Assessment

  • Affected Group: sex, age
    Benefits: Improved health outcomes for patients.
    Harms: Biased predictions for patients in certain groups (e.g. older patients) may lead to worse health outcomes.
    We will monitor the performance of the model on these groups and retrain the model if the performance drops below a certain threshold.

Ethical Considerations

  • The model should be continuously monitored for performance and retrained if the performance drops below a certain threshold.
    Risk: The model may be used to make decisions that affect the health of patients.