This project simulates a customer behavior in a supermarket based on Markov Chain. The project has been developed in collaboration with @ai-aksoyoglu, @AlphanAksoyoglu and @pavrmk and involves the following steps:
See the notebook in /data_exploration
See the notebooks in /transition_probas
See the notebook in /mcmc_for_one_customer
4. Creating a supermarket class that simulates multiple customers and adding it together with the customer class to a module
See the final module supermarket_simulation.py
See the notebook in /supermarket_visualization