Description Usage Format Source
In this competition, Ubaar & SADA challenge you to predict transport cost for 15,000 loads. You are provided with data about 50,000 actual transported loads. You can learn more about this competition at http://sanags.ir/ubaar-competition
1 |
A tibble with 50000 rows and 14 variables:
an anonymous id unique to a given load
the date of the load dispatch. It is a string with ymd format. for example, 960630 is 30th day of 6th month of year 1396.
latitude of the source region of transport. Source region is not exactly the location for embarkation of the freight.
longitude of the source region of transport. Source region is not exactly the location for embarkation of the freight.
state of the source of transport
latitude of the destination region of transport. Destination region is not exactly the location for disembarkation of the freight.
latitude of the destination region of transport. Destination region is not exactly the location for disembarkation of the freight.
state of the destination of transport
driving distance in kilo meters from source region to destination region for usual cars, calculated using google distance services
estimated arrival time in minutes from source region to destination region for usual cars, calculated using google distance services
type of the vehicle that has carried the load. It is a categorical variable
option of the vehicle that has carried the load. It is a categorical variable. Each vehicle type has its own vehicle options
weight of the load that has been carried in Tons (1000KG)
transport cost in Rials. This field is the target and you should predict it for test data set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.