Skip to content

gregorybchris/surv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surv

Surv is a dynamic survey program. Based on your answers to the questions, Surv will select the next question that maximizes expected information gain. This means that in most cases you don't need to fill out every question in the survey.

Installation

Poetry is a requirement

poetry install

CLI

export SURV_DATA_DIRPATH="<path-to-data>"
surv run <dataset-name>

Run tests

pytest tests