For each task folder, there is a subset folder for each of the groups:
| Task No | Task Name | Details |
|---|---|---|
| 1 | Data Collection | |
| 2 | EDA and Data Preprocessing | |
| 3 | Model Selection and Training | |
| 4 | Deployment |
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 No | Task Name | Details |
|---|---|---|
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 |