Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 466 Bytes

File metadata and controls

10 lines (9 loc) · 466 Bytes

PythonPackageStructure

General Instruction

  • Your datasets should be stored in the data folder
  • Your scripts should be stored in the script folder
  • Your notebooks should be stored in the notebook folder
  • Your models should be stored in the model folder
  • Your test files/scripts should be stored in the tests folder
  • All travis yml files should be stored in the root folder
  • Any other files should be placed in the appropriate folder or directory