A Python library for player behaviour tracking research
INFO:tensorflow:Enabling eager execution
INFO:tensorflow:Enabling v2 tensorshape
INFO:tensorflow:Enabling resource variables
INFO:tensorflow:Enabling tensor equality
INFO:tensorflow:Enabling control flow v2

PyPI Commit

The gamba transaction analysis library is a collection of methods for applying analytical methods found in peer-reviewed studies. The library is 100% free and open source, and aims to be used by researchers and analysts with access to transaction data sets.

Features

  • standardise your data across game types and activities
  • compute behavioural measures
  • apply descriptive and comparative statistics
  • run machine learning methods
  • replicate full academic studies on your data in minutes

Getting Started

Getting started using gamba in your research is super easy - the first step is to install the library using one of the commands below. From there, read through one or more of the tutorials, and once you're familiar with the typical structure of an analysis using the gamba library, look through the individual module documentation and extend one of the examples. If you get stuck, please get in touch!

Install

To install gamba use the following pip command;

pip install gamba

Or if you'd like to use the development release, clone the github repository to your machine;

git clone https://github.com/gamba-dev/gamba.git