Skip to content

mausvargas/academy-controlled_experiments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chaordic Academy: Controlled Experiments

Coleção de scripts para o Módulo 'Estatística para Experimentos Controlados' da Academia Chaordic

Requirements Ubuntu

sudo apt-get -y install python-numpy python-scipy python-matplotlib ipython

Requirements OS X

sudo easy_install pip

sudo pip install numpy scipy matplotlib ipython

Requirements Windows

It might be easier to download a Scientific Python Distribution

http://www.scipy.org/install.html#scientific-python-distributions

Web Example Requirements

The sole requirement for the web example to work is for it to run behind a apache web server so we can parse the access log.

The log must have the following configuration in order for the parse-log.py script to work properly:

LogFormat "%h %l %u %t \"%r\" %>s %b %{amazing-ab-group}C %{amazing-userid}C" common

This restriction can be easily lifted by refactoring the regular expression presented in that file.

About

Estatística para experimentos controlados na Web (testes A/B e Multi Armed Bandits)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 79.3%
  • HTML 20.7%