DATA SCIENCE – Urban Delivery Demand GAT Model – 60% complete#1760
DATA SCIENCE – Urban Delivery Demand GAT Model – 60% complete#1760
Conversation
PriyanshuCauleechurn
left a comment
There was a problem hiding this comment.
Overall:
Nice work on the notebook. The workflow is clear and easy to follow, and I like that the pipeline moves logically from preprocessing the raw delivery data to building the graph structure and training the GAT model. It gives a good foundation for applying graph-based learning to the delivery demand problem.
What was done well:
The notebook is organised in a step-by-step way, which makes the process easy to understand
Good preprocessing choices such as extracting time-based features and calculating delivery duration directly from timestamps
The idea of creating zones as graph nodes is interesting and fits the problem well
The graph construction, tensor conversion, model setup, training, and evaluation are all presented in a clear sequence
The training loss plot and actual-vs-predicted check help make the results more interpretable
Suggestions for improvement:
The node features are scaled before the train/test split, so you may want to check whether fitting the scaler only on the training portion would make the evaluation more rigorous
Conclusion:
Overall, this is a solid notebook with a clear structure and a good modelling direction. Happy to approve. Great work so far Snimle!
Litxinh123
left a comment
There was a problem hiding this comment.
Hi Snimle,
Good progress on your submission so far!
Just a few suggestions that could help improve clarity and presentation:
- Include your personal details following the required template (Authored by, Duration, Level, Pre-requisite Skills), you can refer to the attached example
- Add more explanation after each code block to better justify your approach and highlight key insights
- Consider evaluating additional performance metrics (not just loss) to better compare models and identify the most suitable approach
Happy to approve for now. Thanks!
Week 5 pull request – Urban Delivery Demand Prediction project.
This pull request includes the following progress so far:
Current progress: 60% complete
Next steps: