Data Science

Time Series Forecasting

Time Series is a topic that I’m very passionate about, because for many years I have worked in the preparation of Forecasts and Budgets for Revenue, Expenses and Headcount in Excel, but so far, I have never seen the use of Time Series techniques at work, to this day, forecasts...

Continue reading...

Git Quick Reference Guide

This is a quick reference guide about Git so I can have it at hand. I took the data from the official documentation located at: https://git-scm.com/docs Command Description Common Variants Example git init Initializes a new Git repository in the current directory. git init git clone Copies a repository from...

Continue reading...