Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lgabs authored Mar 1, 2024
1 parent 856f717 commit 482a47e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
## Introdução
Classes e métodos para rodar testes A/B. Por enquanto, somente a análise Frequentista é suportada. A classe que lida com isso está no arquivo `abtests/frequentist_experiment.py`.

Veja [aqui](https://abtest-frequentist-calculator-lzjo2wwcyodipfeknsai2j.streamlit.app/) aplicativo no streamlit deste projeto.

## Ambiente
Para testar localmente, crie um ambiente virtual. Verifique se você já tem o módulo `wheel` instalado e, depois, instale as dependências. Use os comandos do Makefile `make build` e `make install` para instalá-lo no ambiente. Caso queira testar as funções importando-as diretamente, adicione no seu path no script/notebook que for usar.

## Testes
Rode `pytest` para rodar os testes.
Rode `pytest` para rodar os testes.

0 comments on commit 482a47e

Please sign in to comment.