-
Data Science Exercise: Predition Models with Python
In this post we are going to do a data science exercise, with python, which consists in the data exploration and models comparison to predict whether a person is earning more than 50.000$ a year. We will use a .csv dataset in which every row corre...
-
Data Science with Rstudio: Let's do an exercise
In this post we are going to do a supervised learning exercise in which we are going to use some data science techniques to solve it . The exercise consists in, given a dataset, to predict the candidate a person is going to vote based on some info...
-
Basic Introduction to C: Structs, Pointers and Dynamic Memory
In this post we are going to take a look at some of the main particularities C language offers and often make developers run away, escape, shut down their computers and go to see the sunset. In a previous post I made, we saw some of the basics in ...
-
Basic Introduction to C Language
This might be one the most hated languages by standard developers due to its tedious requirements needed to build something, let alone when you have to debug something, it’s really horrible. You get errors and bugs and you have no idea of where th...