[places] allowing training examples in the US and Canada with no city 5% of the time so the road=>{county,state} transition is more likely

This commit is contained in:
Al
2017-03-29 16:43:08 -04:00
parent b90a703746
commit 3e051a30da

View File

@@ -138,6 +138,7 @@ countries:
- suburb - suburb
- city_district - city_district
- state_district - state_district
- state
components: components:
suburb: suburb:
dependencies: dependencies:
@@ -145,6 +146,8 @@ countries:
- city - city
- state_district - state_district
- state - state
city:
probability: 0.95
state: state:
probability: 0.7 probability: 0.7
population: population:
@@ -367,6 +370,7 @@ countries:
- suburb - suburb
- city_district - city_district
- state_district - state_district
- state
# Definitions # Definitions
new_york_county: &new_york_county new_york_county: &new_york_county
id: 2552485 # New York County (Manhattan, NY) id: 2552485 # New York County (Manhattan, NY)
@@ -414,7 +418,7 @@ countries:
- <<: *new_york_county - <<: *new_york_county
probability: 0.1 probability: 0.1
city: city:
probability: 1.0 probability: 0.95
containing: containing:
- <<: *kings_county - <<: *kings_county
probability: 0.1 probability: 0.1
@@ -424,6 +428,8 @@ countries:
probability: 0.1 probability: 0.1
- <<: *richmond_county - <<: *richmond_county
probability: 0.1 probability: 0.1
- <<: *new_york_county
probability: 1.0
island: island:
order: order:
direction: before direction: before