Coder Social home page Coder Social logo

sktime-tutorial-pydata-berlin-2022's Introduction

Welcome to the sktime tutorial at PyData Berlin 2022

advanced forecasting - probabilistic, global and hierarchical

๐Ÿ“บ youtube link of tutorial

This tutorial is about sktime - a unified framework for machine learning with time series. sktime features various time series algorithms and modular tools for pipelining, ensembling and tuning.

This tutorial is an advanced tutorial which explains sktime framework functionality for hierarchical and probabilistic forecasting.

Binder

It is recommended to work through the general sktime introduction tutorial first:

๐ŸŽฅ general sktime intro tutorial from PyData Global 2021
๐Ÿ“บ youtube video of sktime intro at PyData Global 2021

๐Ÿ’ก Description

There has been a surge of recent interest in probabilistic forecasting, as well as global and hierarchical forecasting. Advances in research and benchmarking studies such as M5 have proven that composable pipelines achieve state-of-art performance.

One of the newest additions to sktime are interfaces for probabilistic forecasting, and forecasting with panel or hierarchical data.

Probabilistic forecasting is the task of making forecast predictions that include statements about the uncertainty of the forecast. It includes:

  • interval forecasts: producing intervals with a nominal probability of the observation to be contained in the interval
  • quantile forecasts: specifying one or multiple quantiles of a predictive forecast distribution
  • fully probabilistic (aka distributional) forecasts: producing a symbolic representation of a predictive forecast distribution
  • samples from probabilistic forecasts: producing a sample from the predictive forecast distribution

Probabilistic forecasts are evaluated using probabilistic forecast metrics; they can be obtained from, or partake in specific composition algorithms.

Hierarchical forecasting is forecasting in the context of "hierarchical time series", i.e., temporal observations where individual observations may be of an instance classified by one or multiple "hierarchy" variables, such as "hospital ID" or "patient ID". A special case is a panel of time series, which is simply a collection of time series. Forecasting with such time series may be improved by algorithms that use information across the different instances, or information that links time series to the hierarchy variables. Another term for this task is "global forecasting".

Lastly, a forecast may be both hierarchical and probabilistic, i.e., in a scenario where multiple time series with hierarchy variables are present, and where uncertainty statements of the forecast are of interest.

sktime's forecasting module provides a number of new interfaces for the above, some consolidating, some bleeding-edge with opportunities to contribute to implementation or design. As research on software interfaces and mathematical conceptualization in this area is still an ongoing endeavour, challenges will also be discussed. We welcome contributions from the pydata/numfocus community.

๐ŸŽฅ Check out our previous tutorial from PyData Global 2021!
๐ŸŽฅ Check out our previous tutorial from PyData Amsterdam 2020!

๐Ÿš€ How to get started

You have different options how to run the tutorial notebooks:

  • Run the notebooks in the cloud on Binder - for this you don't have to install anything!
  • Run the notebooks on your machine. Clone this repository, get conda, install the required packages using conda env create -f environment.yml and launch Jupyter Lab by running: jupyter lab. For trouble shooting, see sktime's more detailed installation instructions.

๐Ÿ‘‹ How to contribute

If you're interested in contributing to sktime, you can find out more how to get involved here.

Any contributions are welcome, not just code!

sktime-tutorial-pydata-berlin-2022's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.