β-CONVERGENCE ANALYSIS
7-minute read
A broad study on the beta-convergence of economic growth across countries between 2004 and 2024, utilizing econometric techniques with Python.
Welcome to my portfolio website. I'm Sergio, an Economics graduate from Spain (Cantabria), proficient in MySQL, Python and Tableau, also with a passion for econometric modeling. I am driven by providing value through analytics, data visualization, and data-driven decision making.
Continue7-minute read
A broad study on the beta-convergence of economic growth across countries between 2004 and 2024, utilizing econometric techniques with Python.
This Tableau dashboard analyzes weekly gold price data through four tables. It shows the difference between closing and opening prices, volume trends, historical closing price trends, and yearly maximum prices. The data is weekly but the maximums are organized by year for clearer insights.
5-minute read
This study classifies Iris flower species using Support Vector Machines with hyperparameter optimization. The model achieves 96.7% accuracy on the test set, successfully distinguishing between setosa, versicolor, and virginica species based on sepal and petal measurements.