

Answering Questions with Transformers
In a previous post, we showed how we could do text summarization with transformers. Here, we will provide you an


How AI Transforms Copywriting
Artificial intelligence can be used to empower human copywriters to deliver results. What if marketers could leverage artificial intelligence for


How to Become a Digital Nomad as a Data Scientist
Eight months ago, when the company I work for decided to close all our offices, making from work from home


Reshape Pandas Data Frames
We will provide some examples of how we can reshape Pandas data frames based on our needs. We want to


How to Test for Randomness
I have been contacted by many people asking me to predict the outcome of some events that in theory are


How to Scrape Data from Euroleague
We will provide you an example of how you can get the results of the Euroleague games in a structured


How to Build a Predictive Soccer Model
We will provide you an example of how you can start building your predictive sport model, specifically for soccer, but


Skewness and Kurtosis in Statistics
Most commonly a distribution is described by its mean and variance which are the first and second moments respectively. Another


Hack: How to create GIF Images in Python
We will show how you can create GIF images in Python from a set of images. We will work with


Portfolio Optimization in Python
We will show how you can build a diversified portfolio that satisfies specific constraints. For this tutorial, we will build


Undersampling by Groups in R
When we are dealing with unbalanced classes in Machine Learning projects there are many approaches that you can follow. Just