AI for Trade Challenge - Submission

Submit your results!

  1. A plain text “.csv” file with your predictions, in the following format:

    “Country1” , “Country2”, “ProductCode”, “TradeFlow”, “Value”

    With countries in ISO 3-letter codes, products in 4 digit HS codes,  and trade flows in USD.

    For example:

    “USA”, “CHL”, “8404”, “Export”, “1234567”
    “USA”, “CHN”, “8405”, “Import”, “1234567”
  2. A two-page description of your method. Method descriptions should go to the point, focusing on how the model was created and implemented (math is very much welcome). Ideally, a technical team should be able to reproduce the method using this document.