项目作者: Explore-EDSA-2020

项目描述 :
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.
高级语言: Jupyter Notebook
项目地址: git://github.com/Explore-EDSA-2020/Regression-Sendy-Logistics-Challenge.git
创建时间: 2020-05-11T13:07:28Z
项目社区:https://github.com/Explore-EDSA-2020/Regression-Sendy-Logistics-Challenge

开源协议:MIT License

下载


EDSA - Sendy Logistics Challenge

by EXPLORE Data Science Academy

Introduction

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.

OBjectives:


GETTING STARTED

development branch = dev

  1. clone the repo to your local machine:

    1. git clone https://github.com/Explore-EDSA-2020/Sendy-Logistics-Challenge.git
  2. checkout the development branch & pull changes to ensure it’s up to date.
    ```git
    git checkout Dev

git pull

  1. 3. Create your own working branch from **Dev**.
  2. NB create a branch with a meaningful task/feature name e.g preprocesing
  3. if you are aiming on preprocessing the data.
  4. ```git
  5. git branch Task_Name
  1. After completing a minimal task, you may commit.
    1. git status
    2. git add .
    3. git commit -m "comment on changes"
    4. git pull
  2. To push your changes to the online repo use:
    NB replace Task_Name with the branch name you created.

    1. git push --set-upstream origin Task_Name
  3. 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