Latest posts

  • Time Series Forecasting: Analyzing Trends and Predictions with Skforecast (II)

    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…

    Read more

  • Time Series Forecasting: Analyzing Trends (I)

    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…

    Read more