Skip to content

Latest commit

 

History

History

README.md

hBayesDM core files

  • extdata/: example data for each task
    • {task_name}[_{model_type}]_exampleData.txt
  • models/: YAML files for model information
    • {task_name}_{model_name}[_{model_type}].yml
  • stan_files/: Stan files corresponding to YAML files
    • {task_name}_{model_name}[_{model_type}].stan
  • templates/: code templates for R and Python package
    • PY_CODE_TEMPLATE.txt
    • PY_DOCS_TEMPLATE.txt
    • PY_TEST_TEMPLATE.txt
    • R_CODE_TEMPLATE.txt
    • R_DOCS_TEMPLATE.txt
    • R_TEST_TEMPLATE.txt

How to add a model

Please check out the wiki of the GitHub repository.