# Predictive Model of Trust in Public Institutions - Angola.
This repository contains the analysis based on the data from the 10th round of Afrobarometer in Angola, using machine learning (Random Forest + SMOTE) to predict trust in public institutions: Presidency, Parliament, and Courts.
## Structure.
- `artigo_modelo_confianca.md`: Scientific article with methodology, results, and appendices.
- `data/`: Original database.
- `notebooks/`: Analysis scripts in Python.
- `imagens/`: Graphs generated by the model.
## Requirements.
- Python 3.10+
- pandas, scikit-learn, imbalanced-learn, matplotlib
## Execution.
```bash
pip install -r requirements.txt