All Projects → chayandatta → Heart_disease_prediction

chayandatta / Heart_disease_prediction

Licence: MIT license
Heart Disease prediction using 5 algorithms

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Heart disease prediction

Amazon-Fine-Food-Review
Machine learning algorithm such as KNN,Naive Bayes,Logistic Regression,SVM,Decision Trees,Random Forest,k means and Truncated SVD on amazon fine food review
Stars: ✭ 28 (-34.88%)
Mutual labels:  random-forest, naive-bayes, logistic-regression, machinelearning
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+5009.3%)
Mutual labels:  random-forest, clustering, naive-bayes, k-nearest-neighbours
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (+23.26%)
Mutual labels:  random-forest, machine-learning-algorithms, logistic-regression, machinelearning
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+272.09%)
Mutual labels:  random-forest, machine-learning-algorithms, supervised-learning, logistic-regression
MachineLearningSeries
Vídeos e códigos do Universo Discreto ensinando o fundamental de Machine Learning em Python. Para mais detalhes, acompanhar a playlist listada.
Stars: ✭ 20 (-53.49%)
Mutual labels:  random-forest, machine-learning-algorithms, k-nearest-neighbours
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (-30.23%)
Mutual labels:  random-forest, naive-bayes, logistic-regression
Python Machine Learning Book
The "Python Machine Learning (1st edition)" book code repository and info resource
Stars: ✭ 11,428 (+26476.74%)
Mutual labels:  data-mining, machine-learning-algorithms, logistic-regression
Free Ai Resources
🚀 FREE AI Resources - 🎓 Courses, 👷 Jobs, 📝 Blogs, 🔬 AI Research, and many more - for everyone!
Stars: ✭ 192 (+346.51%)
Mutual labels:  machine-learning-algorithms, supervised-learning, machinelearning
2018 Machinelearning Lectures Esa
Machine Learning Lectures at the European Space Agency (ESA) in 2018
Stars: ✭ 280 (+551.16%)
Mutual labels:  random-forest, clustering, machinelearning
Isl Python
Solutions to labs and excercises from An Introduction to Statistical Learning, as Jupyter Notebooks.
Stars: ✭ 108 (+151.16%)
Mutual labels:  random-forest, supervised-learning, logistic-regression
genieclust
Genie++ Fast and Robust Hierarchical Clustering with Noise Point Detection - for Python and R
Stars: ✭ 34 (-20.93%)
Mutual labels:  data-mining, clustering, machine-learning-algorithms
Dat8
General Assembly's 2015 Data Science course in Washington, DC
Stars: ✭ 1,516 (+3425.58%)
Mutual labels:  clustering, naive-bayes, logistic-regression
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-51.16%)
Mutual labels:  data-mining, clustering, machine-learning-algorithms
Model Describer
model-describer : Making machine learning interpretable to humans
Stars: ✭ 22 (-48.84%)
Mutual labels:  data-mining, machine-learning-algorithms, machinelearning
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+7230.23%)
Mutual labels:  data-mining, random-forest, clustering
machine-learning-course
Machine Learning Course @ Santa Clara University
Stars: ✭ 17 (-60.47%)
Mutual labels:  clustering, supervised-learning, logistic-regression
zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
Stars: ✭ 142 (+230.23%)
Mutual labels:  machine-learning-algorithms, supervised-learning, machinelearning
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+8172.09%)
Mutual labels:  machine-learning-algorithms, logistic-regression, k-nearest-neighbours
Data mining
The Ruby DataMining Gem, is a little collection of several Data-Mining-Algorithms
Stars: ✭ 10 (-76.74%)
Mutual labels:  data-mining, clustering, machine-learning-algorithms
Awesome Fraud Detection Papers
A curated list of data mining papers about fraud detection.
Stars: ✭ 843 (+1860.47%)
Mutual labels:  data-mining, random-forest, logistic-regression

Heart Disease Prediction HitCount Binder

Final code

Heart Disease prediction using 5 algorithms

- Logistic regression,
- Random forest,
- Naive Bayes,
- KNN(K Nearest Neighbors),
- Decision Tree

then improved accuracy by adjusting different aspect of algorithms.

Final Dicision tree


Dataset source (link)

Dataset Creators:

  1. Hungarian Institute of Cardiology. Budapest: Andras Janosi, M.D.
  2. University Hospital, Zurich, Switzerland: William Steinbrunn, M.D.
  3. University Hospital, Basel, Switzerland: Matthias Pfisterer, M.D.
  4. V.A. Medical Center, Long Beach and Cleveland Clinic Foundation: Robert Detrano, M.D., Ph.D.

Data Set Information:

This database contains 76 attributes, but all published experiments refer to using a subset of 14 of them. In particular, the Cleveland database is the only one that has been used by ML researchers to this date. The "goal" field refers to the presence of heart disease in the patient. It is integer valued from 0 (no presence) to 4. Experiments with the Cleveland database have concentrated on simply attempting to distinguish presence (values 1,2,3,4) from absence (value 0).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].