Brief
This is a 3-part data challenge made possible by a client of CTRL F who is a London-based international logistics firm. Each part of the challenge is designed to help this client optimize their cross-border deliveries and ensure affordable, secure, and reliable shipping.
*NOTE: The prize money displayed is the total prize for all three Shipping Optimization Challenges. Please see the Rules section for more info*
Using data from this logistics client with a daily shipment volume ranging from 5,000 to 10,000, you can identify a variety of factors to most effectively choose the ideal freight vendor, reduce shipment costs and duration, and ultimately find the best possible way to deliver goods.
The goal of this competition is to create an algorithm to help this logistics firm choose the best way to ship goods and accurately predict estimated delivery times and shipment quantities.
Prizes
1st Prize ($ 4000)
The prize money displayed is the total prize for all three Shipping Optimization Challenges. Please see the Rules section for more info!2nd Prize ($ 2500)
The prize money displayed is the total prize for all three Shipping Optimization Challenges. Please see the Rules section for more info!3rd Prize ($ 1000)
The prize money displayed is the total prize for all three Shipping Optimization Challenges. Please see the Rules section for more info!
Timeline
- 11 Nov 2020 Competition Starts
- 30 Nov 2020 Competition Ends
- 14 Dec 2020 Winners Announced (Subject to change based on submission results)
Data Breakdown
Purpose
To create a model that will provide a daily forecast of gross weight of shipments expected to be processed by a given Shipping Company over a period of 2 months over the period of 2020-06-14 to 2020-08-13. This is a time-series forecasting challenge.
The created time-series model should be able to forecast the daily gross weight of shipments using 16 months of historical data between 2019-02-14 and 2020-06-13. The gross weight of shipments will help in negotiating costs for a large number of shipments. Please note that the target variable gross_weight is not grouped by day in the train file (train_3_4_pr.csv), but it can be easily calculated. Just group shipments by date and sum gross weights. It will be your target variable.
Input Dataset
• train_3_4_pr.csv - File that contains historical shipments over a 16-month period between 2019-02-14 and 2020-06-13. This file can be used to predict the number and weight of shipments for each Shipping Company in the following 2-month period between 2020-06-14 and 2020-08-13. More than one record in the file might have the same 'shipment_id', but 'shipping_company' for such rows are different. 'shipping_company' reflects potential shipping companies which might be used, and the 'selected' column shows which company (in some cases more than one) has been selected. Please note that in this part of the competition (#3) train file contains only 'selected' companies meaning that 'selected' is always equal to 'Y'.
# shipment_id - Shipment ID
# send_timestamp - Date when the order was sent to the destination country (in 'source_country' timezone, e.g. UK - GMT)
# pick_up_point - Pick Up Point abbreviation
# drop_off_point - Drop Off Point abbreviation
# source_country - Country from which the goods need to be shipped
# destination_country - Country to where the goods need to be shipped
# freight_cost - Cost of transportation/k
# gross_weight - Gross weight in kg that needs to be shipped
# shipment_charges - Fixed cost per shipment
# shipment_mode - Method of shipment (e.g. air, ocean)
# shipping_company - Candidate shipping company
# selected - Whether the company in 'shipping_company' was selected or not
• shipping_companies_details_3.csv - File that contains all necessary information about shipping companies
# source_country - Country from which the goods need to be shipped
# destination_country - Country to where the goods need to be shipped
# shipment_mode - Method of shipment (e.g. air, ocean)
# cut_off_time - The time window in which goods can be picked up (e.g. "10 - 2 and 3 - 6 BST" means that pick up is available between the times of 10 a.m. and 2 p.m., and again between the ties of 3 p.m. and 6 p.m). All times are in Bangladesh Standard Time.
# tat - Turnaround Time is the time it takes from a package order to shipment. T refers to the time a package was sent, and CO means cut-off time, or the time after which a package can no longer be shipped. "Before CO – T+0" and "After CO – T+1" means that if the goods are sent to the shipping company before the cut off time, then the package will be sent on the same day. If the package arrives to the shipping company after the cut off time, then it will be shipped out on the following day.
# processing_days - Days on which Pick up Point works
# pick_up_point - Pick Up Point abbreviation
# drop_off_point - Drop Off Point abbreviation
# min_sc - Min Cost of Shipment
# max_sc - Max Cost of Shipment
# shipping_company - Name of shipping company
# shipment_charges - Fixed cost per shipment
Submission File
• submission_4.csv - File that will be submitted by the participants. The file SHOULD NOT CONTAIN ANY (date+shipping company) ID OR FIELD TITLES; the order of the target variables should be according to the submission file format but the first row and first column should be removed prior to submission. The platform will only accept csv files that consist only of numeric values.
# ID - Date in the mm/dd/yyyy format + Name of the shipping company (should be removed before the submission)
# weight - Gross weight of shipments (target variable). This column is empty and should be filled out by the participants.
Evaluation Metric
Submissions are evaluated on e^(-RMSE/MAX(observed_values)) where Root Mean Squared Error is calculated between the predicted values and observed values.
*While calculating the final ranking, the scores will be normalized (separately for each competition) to eliminate any inherent bias in the evaluation metric for the problem statements. We will normalize the scores before applying the formula (20% of Challenge 1) + (40% of Challenge 2) + (40% of Challenge 3). The score of each competition will have a valuable impact on the final score since they will be in the same range.
FAQs
Who do I contact if I need help regarding a competition?
For any inquiries, please contact us at [email protected].
How will I know if I’ve won?
If you are one of the top three winners for this competition, we will email you with the final result and information about how to claim your reward.
How can I report a bug?
Please shoot us an email at [email protected] with details and a description of the bug you are facing, and if possible, please attach a screenshot of the bug itself.
If I win, how can I receive my reward?
Prizes can be delivered via PayPal, wire transfer, or another suitable method. We understand that everyone prefers different payment methods, and we will endeavour to accommodate your needs as best as possible depending on your location and our ability to do so.
Rules
1. This competition is governed by the following Terms of Participation. Participants must agree to and comply with these terms to participate.
2. This competition consists of 3 problem statements. The winner will be determined by the total score calculated as: 20% of problem statement 1 + 40% of problem statement 2 + 40% of problem statement 3.
3. The maximum limit of submissions per day is 3. If users want to submit new files, they will have to wait until the following day to do so. Please keep this in mind when uploading a submission.csv file.
4. A competition prize will be awarded after we have received, successfully executed, and confirmed the validity of both the code and the solution. Once winners are announced and our team reaches out to them, the winners must provide the following by November 25, 2020 in order to avoid disqualification:
a. All source files required to preprocess the data
b. All source files required to build, train and make predictions with the model using the processed data
c. A requirements.txt (or equivalent) file indicating all the required libraries and their versions as needed
d. A ReadMe file containing the following:
• Clear and unambiguous instructions on how to reproduce the predictions from start to finish including data pre-processing, feature extraction, model training and prediction generation
• Environment details regarding how the model was developed and trained, including OS, memory (RAM), disk space, CPU/GPU used, and any required environment configurations required to execute the code
• Clear answers of the following questions:
- Which data files are being used?
- How are these files processed?
- What is the algorithm used and what are its main hyperparameters?
- Any other comments considered relevant to understanding and using the model
In the event these items are not provided or do not meet the minimum requirements listed above, we will not be able to award the winner with their respective prize.
5. If two or more participants have the same score on the leaderboard, the participant who submitted the winning file first will be considered the winner.
6. The dataset used for this competition is derived from real-world data that has been anonymized, so please do not use any models developed utilizing this data on similar matching services.
7. If you have any inquiries about this competition, please don’t hesitate to reach out to us at [email protected]. We ask that users do not contact CTRL F directly.
Thanks for your submission!
We'll send updates to your email. You can check your email and preferences here.
My Submissions
Non-Disclosure Agreement (NDA)
An agreement to not reveal the information shared regarding this competition to others.
- This Non-Disclosure Agreement (“Agreement”) is hereby entered into on 16th October 2024 (“Effective Date”) between you (“Participant”), as a participant in the [3] Shipping Optimization Challenge: Predicting Shipping Weight (the “Competition”) hosted at bitgrit.net (the “Competition Site”), and bitgrit Inc. (“Bitgrit”).
- Purpose: This Agreement aims to protect information disclosed by Bitgrit to Participant (the “Purpose”).
- Confidential Information: (1) Confidential Information shall mean any and all information disclosed by Bitgrit to the Participant with regard to the entry and participation in the Competition, including (i) metadata, source code, object code, firmware etc. and, in addition to these, (ii) analytes, compilations or any other deliverable produced by the Participant in which such disclosed information is utilized or reflected. (2) Confidential Information shall not include information which; (a) is now or hereafter becomes, through no act or omission on the Participant, generally known or available to the public, or, in the present or into the future, enters the public domain through no act or omission by the Participant; (b) is acquired by the Participant before receiving such information from Bitgrit and such acquisition was without restriction as to the use or disclosure of the same; (c) is hereafter rightfully furnished to the participant by a third party, without restriction as to use or disclosure of the same.
- Non-Disclosure Obligation: The Participant agrees: (a) to hold Confidential Information in strict confidence; (b) to exercise at least the same care in protecting Confidential Information from disclosure as the party uses with regard to its own confidential information; (c) not use any Confidential Information except for as it concerns the Purpose elaborated upon above; (d) not disclose such Confidential Information to third parties; (e) to inform Bitgrit if it becomes aware of an unauthorized disclosure of Confidential Information.
- No Warranty: All Confidential Information is provided “as is.” None of the Confidential Information shall contain any representation, warranty, assurance, or integrity by Bitgrit to the Participant of any kind.
- No Granting of Rights: The Participant agrees that nothing contained in this Agreement shall be construed as conferring, transferring or granting any rights to the Participant, by license or otherwise, to use any of the Confidential Information.
- No Assignment: Participant shall not assign, transfer or otherwise dispose of this Agreement or any of its rights, interest or obligations hereunder without the prior written consent of Bitgrit.
- Injunctive Relief: In the event of a breach or the possibility of breach of this Agreement by the Participant, in addition to any remedies otherwise available, Bitgrit shall be entitled to seek injunctive relief or equitable relief, as well as monetary damages.
- Return/Destruction of the Confidential Information: (1) On the request of Bitgrit, the Participant shall promptly, in a manner specified by Bitgrit, return or destroy the Confidential Information along with any copies of said information. (2) Bitgrit may request the Participant to submit documentation to confirm the destruction of said Confidential Information to Bitgrit in the event that Bitgrit requests the Participant to destroy this Confidential Information, pursuant to the provision of the preceding paragraph.
- Term: The obligations with respect to the Confidential Information under this Agreement shall survive for a period of three (3) years after the effective date. Provided however, if the Confidential Information could be considered to fall under the category of “Trade Secret” of Bitgrit or any related third parties, this Agreement is to remain effective relative to that information for as far as the said information is regarded as Trade Secret under applicable laws and regulations. If the Confidential Information contains personal information, the terms of this Agreement shall remain effective on that information permanently.
- Governing Law: This Agreement shall be governed by and construed and interpreted under the laws of Japan without reference to its principles governing conflicts of laws.
Uploading a new submission file will overwrite the existing file.
Terms & Conditions
Competition Unavailable
Login
Please login to access this page
Join our newsletter
Our team releases a useful and informative newsletter every month. Subscribe to get it delivered straight into your inbox!
bitgrit will be your one stop shop for all
your AI solution needs
Services
Business
Contact Us
- Japan Office
- +81 3 6671 8256
-
Koganei Building 4th Floor,
3-4-3 Kami-Meguro,
Meguro City, Tokyo, Japan - UAE Office
-
DD-14-122-070, WeWork Hub 71 Al Khatem Tower,
ADGM Square Al Maryah Island, Abu Dhabi, UAE