Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 801 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 801 Bytes

wiki-mapping-educ-health

  • environment.yml - a file which lists required packages that can be installed via conda.
  • installation_instructions.txt - a file which lists any steps necessary to install requirements beyond pip installing the packages in the - requirements.txt file. Which version of Python is required for your project.
  • envrionment_setup.txt - a file which describes the necessary environment conditions or directory structures.
  • main.sh - a UNIX shell script file that will run the entire training process from end to end and produce the main results presented in the final report.
  • run_instructions.txt - a file which provides instructions on how to run the reproduction code, including any necessary arguments to main.sh.
  • code/ - a directory that contains the project’s code