forked from UTK-ML-Dream-Team/accident-severity-prediction
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprototype1.yml
51 lines (51 loc) · 1.07 KB
/
prototype1.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
tag: prototype_1
data_loader:
config:
dataset:
kaggle_dataset_name: sobhanmoosavi/us-accidents
local_dataset_name: data/US_Accidents_Dec20_updated.csv
download: True
preprocessing:
city_list:
- Phoenix
- Los Angeles
- New York
- Philadelphia
- Houston
- Chicago
state_list:
- AZ
- CA
- NY
- PA
- TX
- IL
env_vars:
- Weather_Timestamp
- Temperature(F)
- Wind_Chill(F)
- Humidity(%)
- Pressure(in)
- Visibility(mi)
- Wind_Direction
- Wind_Speed(mph)
- Precipitation(in)
- Weather_Condition
- Sunrise_Sunset
- Civil_Twilight
- Nautical_Twilight
- Astronomical_Twilight
infra_vars:
- Traffic_Signal
- Crossing
- Station
- Amenity
- Bump
- Give_Way
- Junction
- No_Exit
- Railway
- Roundabout
- Stop
- Traffic_Calming
- Turning_Loop