https://github.com/marianamartiyns/ml-classification-models
Classification models applied to the National Health Survey dataset (PNS - 2019) using Machine Learning techniques.
https://github.com/marianamartiyns/ml-classification-models
data-cleaning data-science decision-tree machine-learning-algorithms neural-network svm
Last synced: over 1 year ago
JSON representation
Classification models applied to the National Health Survey dataset (PNS - 2019) using Machine Learning techniques.
- Host: GitHub
- URL: https://github.com/marianamartiyns/ml-classification-models
- Owner: marianamartiyns
- Created: 2024-10-18T04:16:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-01T15:19:37.000Z (over 1 year ago)
- Last Synced: 2025-02-01T16:21:58.634Z (over 1 year ago)
- Topics: data-cleaning, data-science, decision-tree, machine-learning-algorithms, neural-network, svm
- Language: Jupyter Notebook
- Homepage:
- Size: 187 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧠Machine Learning Classifiers: Neural Network, Decision Tree & SVM
> Classification models applied to the National Health Survey dataset (PNS - 2019) using Machine Learning techniques.
### > 📋 Description
This repository explores three popular classification algorithms in Machine Learning: **Neural Network**, **Support Vector Machine (SVM)**, and **Decision Tree**. These models are applied to the 2019 National Health Survey (PNS) dataset, conducted by the Ministry of Health in partnership with the Brazilian Institute of Geography and Statistics (IBGE). The dataset provides insights into various health indicators across Brazil.
### > 🧩 Performance Analysis
- [x] **Accuracy Comparison**: Evaluating and comparing the accuracy of each model.
- [x] **Precision, Recall & F1-Score**: Calculating these metrics to analyze model performance, particularly for imbalanced classes.
```py
# Authors info
# LinkedIn: https://www.linkedin.com/in/perfil-felipe-gontijo/
# GitHub: https://github.com/flipfelly
# LinkedIn: https://www.linkedin.com/in/profile-mariana-martins/
# GitHub: https://github.com/marianamartiyns
```