File size: 1,014 Bytes
dad00c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "y": ["Target"],
    "past_covariates": [
        "num_closed_tickets",
        "AG_Buildings", "AG_Environment & Sanitation", "AG_Health",
        "AG_Parks", "AG_Security", "AG_Transportation",
        "AG_Other",
        "Borough_BRONX", "Borough_BROOKLYN", "Borough_MANHATTAN",
        "Borough_QUEENS", "Borough_STATEN ISLAND",
        "Borough_OTHER", 
        "DG_damaged_sign_sidewalk_missing",
        "DG_english_emergency_spanish_chinese",
        "DG_exemption_commercial_tax_business",
        "DG_license_complaint_illegal_violation", "DG_noise_animal_truck_dead",
        "DG_odor_food_air_smoke", "DG_order_property_inspection_condition",
        "DG_water_basin_litter_missed"
    ],
    "future_covariates":  [
        "DewPoint",
        "WindSpeed",
        "Gust",
        "SnowDepth",
        "MinTemp"
    ],
    "temporal": [
        "Year",
        "Month",
        "Day",
        "DayOfWeek",
        "DayOfYear",
        "is_weekend",
        "is_holiday",
        "Season"
    ]
}