All Projects → Byte7 → Heart-Disease-Analysis-and-Prediction

Byte7 / Heart-Disease-Analysis-and-Prediction

Licence: GPL-3.0 license
Heart Disease Analysis repository

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Heart-Disease-Analysis-and-Prediction

Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (+86.96%)
Mutual labels:  logistic-regression, heart-disease
click-through-rate-prediction
📈 Click-Through Rate Prediction using Logistic Regression and Tree Algorithms
Stars: ✭ 60 (+160.87%)
Mutual labels:  logistic-regression
Regression
Multiple Regression Package for PHP
Stars: ✭ 88 (+282.61%)
Mutual labels:  logistic-regression
dominance-analysis
This package can be used for dominance analysis or Shapley Value Regression for finding relative importance of predictors on given dataset. This library can be used for key driver analysis or marginal resource allocation models.
Stars: ✭ 111 (+382.61%)
Mutual labels:  logistic-regression
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.43%)
Mutual labels:  logistic-regression
info-retrieval
Information Retrieval in High Dimensional Data (class deliverables)
Stars: ✭ 33 (+43.48%)
Mutual labels:  logistic-regression
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (+17.39%)
Mutual labels:  logistic-regression
Loan-Approval-Prediction
Loan Application Data Analysis
Stars: ✭ 61 (+165.22%)
Mutual labels:  logistic-regression
brglm2
Estimation and inference from generalized linear models using explicit and implicit methods for bias reduction
Stars: ✭ 18 (-21.74%)
Mutual labels:  logistic-regression
text-classification-baseline
Pipeline for fast building text classification TF-IDF + LogReg baselines.
Stars: ✭ 55 (+139.13%)
Mutual labels:  logistic-regression
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (+117.39%)
Mutual labels:  logistic-regression
Quick-Data-Science-Experiments-2017
Quick-Data-Science-Experiments
Stars: ✭ 19 (-17.39%)
Mutual labels:  logistic-regression
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+617.39%)
Mutual labels:  logistic-regression
coursera-ml-py-sj
No description or website provided.
Stars: ✭ 41 (+78.26%)
Mutual labels:  logistic-regression
Heart-disease-prediction
No description or website provided.
Stars: ✭ 41 (+78.26%)
Mutual labels:  heart-disease
text-classification-cn
中文文本分类实践,基于搜狗新闻语料库,采用传统机器学习方法以及预训练模型等方法
Stars: ✭ 81 (+252.17%)
Mutual labels:  logistic-regression
ENose-Decorr Humdt Temp
Online decorrelation of humidity and temperature in chemical sensors for continuous monitoring
Stars: ✭ 25 (+8.7%)
Mutual labels:  uci-machine-learning
VisualML
Interactive Visual Machine Learning Demos.
Stars: ✭ 104 (+352.17%)
Mutual labels:  logistic-regression
ICC-2019-WC-prediction
Predicting the winner of 2019 cricket world cup using random forest algorithm
Stars: ✭ 41 (+78.26%)
Mutual labels:  logistic-regression
amazon-reviews
Sentiment Analysis & Topic Modeling with Amazon Reviews
Stars: ✭ 26 (+13.04%)
Mutual labels:  logistic-regression

Heart-Disease-Analysis-and-Prediction

See project site at byte7.github.io for a description of the results.

Jupyter notebooks and files used to generate the results and plots for the project :-

  1. convert_ssv_to_csv.py: Converts a file with space-separated values into a file with comma-separated values.

  2. join_files.py: Joins files downloaded from the UC Irvine Machine Learning Repository into a single file for processing by the iPython notebook below.

  3. Heart_Disease_Analysis_Complete.ipynb: Jupyter notebook to read in the data, store it in a Pandas dataframe for initial processing and plots, and analyze with a logistic regression model.

The initial processing steps of this project are as follows:

curl -o data/cleveland14.csv https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/processed.cleveland.data

curl -o data/hungarian14r.ssv https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/reprocessed.hungarian.data

curl -o data/switzerland14.csv https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/processed.switzerland.data

curl -o data/long_beach_va14.csv https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/processed.va.data

python convert_ssv_to_csv.py hungarian14r

python join_files.py

The output of join_files.py is file data/heart_disease_all14.csv and is ready for processing by Heart_Disease_Analysis_Complete.ipynb.

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].