dna-casestudy / code /all_vars.json
davidna22's picture
Upload folder using huggingface_hub
dad00c5 verified
raw
history blame
1.01 kB
{
"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"
]
}