All Projects → mansi1597 → Heart-disease-prediction

mansi1597 / Heart-disease-prediction

Licence: other
No description or website provided.

Programming Languages

CSS
56736 projects
Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Heart-disease-prediction

Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+4.88%)
Mutual labels:  heart-disease, heart-disease-predictor
Word-Embeddings-and-Document-Vectors
An evaluation of word-embeddings for classification
Stars: ✭ 32 (-21.95%)
Mutual labels:  scikitlearn-machine-learning
Trajectory-Analysis-and-Classification-in-Python-Pandas-and-Scikit-Learn
Formed trajectories of sets of points.Experimented on finding similarities between trajectories based on DTW (Dynamic Time Warping) and LCSS (Longest Common SubSequence) algorithms.Modeled trajectories as strings based on a Grid representation.Benchmarked KNN, Random Forest, Logistic Regression classification algorithms to classify efficiently t…
Stars: ✭ 41 (+0%)
Mutual labels:  scikitlearn-machine-learning
Grokking-Machine-Learning
This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
Stars: ✭ 54 (+31.71%)
Mutual labels:  scikitlearn-machine-learning
Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+7109.76%)
Mutual labels:  scikitlearn-machine-learning
AI-Frameworks
Science des Données Saison 5: Technologies pour l'apprentissage automatique / statistique de données massives et l'Intelligence Artificielle
Stars: ✭ 36 (-12.2%)
Mutual labels:  scikitlearn-machine-learning
Machine-Learning-Model-Deployment
This is a machine learning model deployment project of Iris classification model in a minimal UI using flask web framework and deployed it in Azure cloud using Azure app service. We initially made this project as a requirement for an internship at Indian Servers. We are now making it open to contribution.
Stars: ✭ 70 (+70.73%)
Mutual labels:  scikitlearn-machine-learning
Uber-Rider-Churn-Analysis
Uber is interested in predicting rider retention. To help explore this question, they have provided a sample dataset of a cohort of users.
Stars: ✭ 20 (-51.22%)
Mutual labels:  scikitlearn-machine-learning
Heart-Disease-Analysis-and-Prediction
Heart Disease Analysis repository
Stars: ✭ 23 (-43.9%)
Mutual labels:  heart-disease

Heart Disease Prediction System using machine learning

The aim of this project is to predict heart disease using data mining techniques and machine learning algorithms.This project implements 4 classificiation models using scikit-learn: Logistic Regression, Naïve Bayes, Support Vector Classifier and Decision Tree Model to investigate their performance on heart disease datasets obtained from the UCI data repository.

All the machine learning features can be viewed here: Machine Learning features

It supports following features:

  • Login/ Sign Up
  • Viewing and Editing Profile
  • User can enter the values of various parameters on the basis of which his risk factor will be calculated using machine learning algorithms.

Quick start

  1. (optional) create virtual env ex. mkvirtualenv mytest_env
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. python manage.py runserver
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].