Logistics in Sub-Saharan Africa increases the cost of manufactured goods by up to 320%; while in Europe, it only accounts for up to 90% of the manufacturing cost. Economies are better when logistics is efficient and affordable. Sendy, in partnership with insight2impact facility, is hosting a Zindi challenge to predict the estimated time of delivery of orders, from the point of driver pickup to the point of arrival at final destination.
Logistics in Sub-Saharan Africa increases the cost of manufactured goods by up to 320%; while in Europe, it only accounts for up to 90% of the manufacturing cost. Economies are better when logistics is efficient and affordable. Sendy, in partnership with insight2impact facility, is hosting a Zindi challenge to predict the estimated time of delivery of orders, from the point of driver pickup to the point of arrival at final destination.
development branch = dev
clone the repo to your local machine:
git clone https://github.com/Explore-EDSA-2020/Sendy-Logistics-Challenge.git
checkout the development branch & pull changes to ensure it’s up to date.
```git
git checkout Dev
git pull
3. Create your own working branch from **Dev**.
NB create a branch with a meaningful task/feature name e.g preprocesing
if you are aiming on preprocessing the data.
```git
git branch Task_Name
git status
git add .
git commit -m "comment on changes"
git pull
To push your changes to the online repo use:
NB replace Task_Name with the branch name you created.
git push --set-upstream origin Task_Name
If task is complete and you wish to merge the work to the Dev branch.
create a pull request for review using the web-based github.
if you come across any dificulties, just create an issue and one of the team members will assist