Skip to content

Notebook for applying the markov chain model to kanban boards

License

Notifications You must be signed in to change notification settings

leanovate/markov-chain-forecasting

Repository files navigation

Forecasting on kanban boards with the markov-chain model

In this notebook we will train and test a markov-chain model on data extracted from a team's kanban board.

This is inspired by the talk 'Forecasting in Complex Systems' from Olga Heismann on the LKCE 2018. See the following links for reference:

Preview the notebook

You can see a preview of the notebook rendered by github by clicking here

Run the notebook:

If you want to play around with the notebook you have to run it. An easy way is to use docker:

git clone git@github.com:leanovate/markov-chain-forecasting.git

docker run -p 8888:8888 -v $(pwd)/markov-chain-forecasting:/home/jovyan/markov-chain-forecasting jupyter/minimal-notebook

About

Notebook for applying the markov chain model to kanban boards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published