<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>A Gallo Pinto Blog</title><description>Rice and beans — a mix of different and sometimes opposite things. Random walk in action.</description><link>https://www.carlos-toruno.com/</link><item><title>Multiple imputation with MICE on ordinal data</title><link>https://www.carlos-toruno.com/blog/clustering-public-opinion/01-mice/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/clustering-public-opinion/01-mice/</guid><description>&gt;-</description><pubDate>Tue, 18 Feb 2025 00:00:00 GMT</pubDate></item><item><title>How to group people according to their opinions on the Rule of Law and its dimensions.</title><link>https://www.carlos-toruno.com/blog/clustering-public-opinion/00-intro/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/clustering-public-opinion/00-intro/</guid><description>First post of 2025. Just a post talking about how this year started and what I will be showing you in the upcoming posts.</description><pubDate>Sun, 16 Feb 2025 00:00:00 GMT</pubDate></item><item><title>Introducing the EU Rule of Law Tracker</title><link>https://www.carlos-toruno.com/blog/classification-system/06-introducing-eu-rol-tracker/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/06-introducing-eu-rol-tracker/</guid><description>Introducing the EU Rule of Law Tracker pilot project I have been working on during the past months.</description><pubDate>Sun, 17 Nov 2024 00:00:00 GMT</pubDate></item><item><title>Adding interactive tooltips to SVG files</title><link>https://www.carlos-toruno.com/blog/svg-tooltips/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/svg-tooltips/</guid><description>Joining R, Python, and JavaScript together into a single visualization.</description><pubDate>Mon, 22 Jul 2024 00:00:00 GMT</pubDate></item><item><title>Connecting your streamlit apps to your Dropbox account.</title><link>https://www.carlos-toruno.com/blog/streamlit/02-dropbox/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/streamlit/02-dropbox/</guid><description>In this blog post I go through a step-by-step on how to use the offical Dropbox SDK for Python to have your Streamlit apps have access to your Dropbox files.</description><pubDate>Sun, 02 Jun 2024 00:00:00 GMT</pubDate></item><item><title>Ok, but what do you mean by workflow?</title><link>https://www.carlos-toruno.com/blog/workflow/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/workflow/</guid><description>I use the word workflow a lot when talking to people from other teams. And they are used to it by now, but they always aks me... what is the workflow?</description><pubDate>Mon, 15 Apr 2024 00:00:00 GMT</pubDate></item><item><title>Using Langchain and Gemini to classify news articles</title><link>https://www.carlos-toruno.com/blog/classification-system/05-langchain/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/05-langchain/</guid><description>Langchain is the most used framework when working with LLMs, in this post you will learn the basic functionalities that this library has to offer</description><pubDate>Sun, 03 Mar 2024 00:00:00 GMT</pubDate></item><item><title>Using GPT and Gemini to classify news articles</title><link>https://www.carlos-toruno.com/blog/classification-system/04-llm-api/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/04-llm-api/</guid><description>Accessing the power and capabilities of LLMs through their official API</description><pubDate>Sun, 28 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Using ChatGPT as a news classifier</title><link>https://www.carlos-toruno.com/blog/classification-system/03-using-chat-gpt-as-classifier/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/03-using-chat-gpt-as-classifier/</guid><description>Large Language Models are extremely useful tools that can be used for specific tasks such as text classification. As long as you know what to ask and how to ask it.</description><pubDate>Mon, 08 Jan 2024 00:00:00 GMT</pubDate></item><item><title>Simplification Algorithms in R</title><link>https://www.carlos-toruno.com/blog/geosimplify/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/geosimplify/</guid><description>Geometry Simplification is a very helpful way to optimize the storage, processing, and visualization of your geographic data.</description><pubDate>Thu, 14 Dec 2023 00:00:00 GMT</pubDate></item><item><title>The importance of labelled data in Machine Learning</title><link>https://www.carlos-toruno.com/blog/classification-system/02-labelling-data/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/02-labelling-data/</guid><description>Most people don&apos;t realize the massive effort behind training a machine learning algorithm. In this post, I talk about why you should be extra careful when labeling your data.</description><pubDate>Sat, 18 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Gathering news articles using the Newsdata API.</title><link>https://www.carlos-toruno.com/blog/classification-system/01-gathering-data/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/classification-system/01-gathering-data/</guid><description>In this blog post I go through a step-by-step on how to use the python client from the Newsdata API to gather news data.</description><pubDate>Sun, 12 Nov 2023 00:00:00 GMT</pubDate></item><item><title>Character encodings and why you need to know about them</title><link>https://www.carlos-toruno.com/blog/string-encoding/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/string-encoding/</guid><description>Working with text data can be fun, but also tricky. Always be careful of which encoding system you are using, specially if you are dealing with characters or graphemes unknown to the English alphabet.</description><pubDate>Sat, 09 Sep 2023 00:00:00 GMT</pubDate></item><item><title>Exploding geometries with GeoPandas</title><link>https://www.carlos-toruno.com/blog/gis-exploding/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/gis-exploding/</guid><description>Some geographical data sources include Taiwan as part of China. In this post, I show you how to split these territories without having to use other data source.</description><pubDate>Sat, 29 Jul 2023 00:00:00 GMT</pubDate></item><item><title>Programming Web Apps with Streamlit</title><link>https://www.carlos-toruno.com/blog/streamlit/01-intro/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/streamlit/01-intro/</guid><description>Streamlit is an increasingly popular framework for developing web applications. In this post, I will introduce the Streamlit library and show a step-by-step guide on how to build simple applications with it.</description><pubDate>Thu, 25 May 2023 00:00:00 GMT</pubDate></item><item><title>The beauty of bee swarm plots</title><link>https://www.carlos-toruno.com/blog/data-viz-tutorials/01-bee-swarm/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/data-viz-tutorials/01-bee-swarm/</guid><description>Visualizing data distributions is one of the most important steps in exploratory analysis. In this post, I&apos;ll be showing you how to incoporate bee swarm plots as one of your available options using real data from The World Justice Project.</description><pubDate>Sun, 05 Mar 2023 00:00:00 GMT</pubDate></item><item><title>Geocoding and visualizing address information with R</title><link>https://www.carlos-toruno.com/blog/geocoding/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/geocoding/</guid><description>When dealing with online data, we frequently encounter information about locations. In this post, I will be showing you how to transform this information into geographical coordinates using R programming language.</description><pubDate>Wed, 21 Dec 2022 00:00:00 GMT</pubDate></item><item><title>Web Scraping using Selenium</title><link>https://www.carlos-toruno.com/blog/webscrapping/03-selenium/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/webscrapping/03-selenium/</guid><description>In the third part of this series, I use the Selenium library to locate web elements and extract information from dynamic web sites.</description><pubDate>Fri, 09 Dec 2022 00:00:00 GMT</pubDate></item><item><title>The Data Viz process</title><link>https://www.carlos-toruno.com/blog/data-viz-process/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/data-viz-process/</guid><description>Coming up with the almost perfect visualization for your data is not easy task. In this post, I go through my Data Visualization process as part of my daily routine.</description><pubDate>Thu, 24 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Web Scraping using Requests and Beautiful Soup</title><link>https://www.carlos-toruno.com/blog/webscrapping/02-requests/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/webscrapping/02-requests/</guid><description>Web Scraping is an increasingly popular tool to gather information from the web. In the second part of this series, I use the requests and BeautifulSoup Python libraries to extract information from a website.</description><pubDate>Thu, 17 Nov 2022 00:00:00 GMT</pubDate></item><item><title>A very brief introduction to Web Scraping</title><link>https://www.carlos-toruno.com/blog/webscrapping/01-intro/</link><guid isPermaLink="true">https://www.carlos-toruno.com/blog/webscrapping/01-intro/</guid><description>Web Scraping is a increasingly popular tool to gather information. In this article, I go through the very basics to understand what is it and how does it work.</description><pubDate>Thu, 10 Nov 2022 00:00:00 GMT</pubDate></item></channel></rss>