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 | task-2-estimate-energy-demand | Estimate energy demand by finding villages not lit up at nighttime |
3 | ||
4 | task-4-solar-irradiance-data-extraction | Extracted data per barangay related to solar irradiance |
4 | task-4-cluster-estimated-energy-available | Trained Models :KMeans, GMM, and DBSCAN to cluster the barangays based on energy availability |
4 | task-4-estimated-energy-model-and-validation | Trained Models :KMeans, GMM, and DBSCAN to cluster the barangays based on World Bank PV Out data and Validation from DOE Approved Renewable Projects |
4 | task-4-clustering-estimated-energy-available-and-demand | Trained Models :KMeans, GMM, and DBSCAN to cluster the consolidated output from task #2 and #4 based on energy availability, lit per area, and population |