An open API service indexing awesome lists of open source software.

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.

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
```