Skip to content

A Disease Prediction Model Using Machine Learning

License

Notifications You must be signed in to change notification settings

neeraj-395/dpm-ml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disease Prediction Model

A Web-based Disease Prediction Model using Machine Learning.

Directory Structure

dmp-ml
├── data
│   ├── testing.csv
│   └── training.csv
├── LICENSE
├── models
│   └── decision_tree_model.pkl
├── README.md
├── requirements.txt
├── setup.py
├── src
│   ├── __init__.py
│   ├── models
│   │   ├── decision_tree.py
│   │   └── random_forest.py
│   ├── utils
│   │   ├── converters.py
│   │   ├── __init__.py
│   │   └── preprocess.py
│   └── visuals
│       ├── data_brvisual.py
│       └── data_htvisual.py
└── tests
    ├── test_models.py
    └── test_preprocessing.py

About

A Disease Prediction Model Using Machine Learning

Resources

License

Stars

Watchers

Forks

Languages