Latest posts
-
Arquitectura de Automatización End-to-End: Integración Multi-Cloud (Azure + GCP)

Cómo orquestar el salto del dato analítico a la ejecución lógica para eliminar la dependencia de procesos manuales.
-
Crypto Trading Bot in Python: Automating your trading strategy

A few years ago, crypto market experienced a substantial increase in its portfolio values and reached daily transactions levels we had never seen before. Nowadays, FOMO has decreased but the amount of daily BTC volume (USD) still remains high, with over $16.33B traded daily in Binance for all pairs. In this context, trading bots can…
-
Time Series Forecasting: Analyzing Trends and Predictions with Skforecast (II)

Introduction Today we’re going to talk about one of the most interesting topics nowadays, time series analysis and forecasting. Let me explain you through this post how to train a simply and effective model from Skforecast library in Python. Skforecast is a Python library that tries to ease Scikit-Learn use, add some interesting tools to…
-
Time Series Forecasting: Analyzing Trends (I)

Introduction Time series analysis and forecasting are fundamental fields used by data scientists and other related roles to study trends. They are also among the most common projects that you may undertake in your current job. Today, the purpose of this post is to conduct a comprehensive analysis of a time series dataset and then…