Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heart Disease Detection Model #211

Open
MJakash opened this issue Oct 20, 2024 · 1 comment
Open

Heart Disease Detection Model #211

MJakash opened this issue Oct 20, 2024 · 1 comment

Comments

@MJakash
Copy link

MJakash commented Oct 20, 2024

Learning Goals:

  • Understand the concept and use of the Random Forest Classifier and K-Nearest Neighbors (KNN) algorithm.
  • Learn how to preprocess medical data for machine learning, particularly in the context of heart disease detection.
  • Explore feature selection and model optimization techniques.
  • Evaluate model performance using metrics such as accuracy,cross_val_score.
  • Gain proficiency in using scikit-learn for implementing and comparing machine learning models.

Exercise Statement:

  • Build a machine learning model to detect whether a person is suffering from heart disease or not.
  • Implement the model using two different algorithms: Random Forest Classifier and K-Nearest Neighbors (KNN).
  • Compare the performance of these models and choose the one that gives the best results based on evaluation metrics.

Prerequisites:

  • Familiarity with Random Forest Classifier and KNN algorithms.
  • Knowledge of basic machine learning concepts, such as feature scaling, cross-validation, and hyperparameter tuning.
  • Familiarity with scikit-learn for model building and evaluation.
  • Prior experience with medical datasets will be helpful.

Data Source/Summary:

The dataset used in this exercise typically involves patient data containing attributes such as age, gender, cholesterol levels, blood pressure, etc., to predict whether a person has heart disease.

@MJakash
Copy link
Author

MJakash commented Oct 20, 2024

@gimseng @pcuste1 @Syn-Tax @malwaredllc can you please assign me this issue by adding hacktoberfest tag to it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant