Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 967 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 967 Bytes

Task Folder Details

Note : Please Follow the below guidelines to create task folders

  • Task Folder Naming Convention : task-n-taskname.(n is the task number) ex: task-1-data-analysis, task-2-model-deployment etc.
  • All Task folder names should be in chronologial order (from 1 to n)
  • All Task folders should have a README.md file with task Details and task goals along with an info table containing all code/notebook files with their links and information
  • Task folders that contain sub-tasks can create sub folders within the task.
  • Update the below table explaining the task details.

Task Table

Task No Task Name Details
1 task-1-exploratory-data-analysis Some EDA plotting on the data
2 task-2-data-pre-processing Preprocessing Notebook or Data
3 task-3-model-development Code for Building the model
4 task-4-model-evaluation Evaluate the model's Perfomence
5 task-5-model-deployment Code of Model Deploy in Production