MaritzaB / maxent

Maximum entropy principle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

The code in this repo is a part of the blog post in Towards Data Science entitled Throwing dice with maximum entropy principle.

Generate images with docker container

sudo docker image build . -t maxent
sudo docker run -v $(pwd)/pics:/APP/pics maxent

Tests:

To run tests:

$ cd tests
$ py.test

To regenerate tests:

$ cd tests
$ py.test --regtest-reset

About

Maximum entropy principle.


Languages

Language:Python 98.0%Language:Dockerfile 2.0%