-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththor-wrapper.conf
More file actions
25 lines (21 loc) · 901 Bytes
/
thor-wrapper.conf
File metadata and controls
25 lines (21 loc) · 901 Bytes
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
# this is a comment
[service]
name = thor-wrapper
developed_by = Cristian Consonni <cristian(dot)consonni(at)eurecat(dot)org>
[running]
# TEST or PRODUCTION
mode = TEST
scores = z_score
[cache]
#172.18.0.5
host = cache
port = 6379
[thor]
[thor.columns]
one_hot_categorical_columns = Profile, city, country, Class, Seat, Refund Type, Transfers, Transfer duration, Walking speed, Starting point, Destination
one_hot_categorical_list_columns = Payment Card, Loyalty Card, PRM Type, Preferred means of transportation, LegMode, LegCarrier, LegSeat, Services, Via
classifier_columns = Quick, Reliable, Cheap, Comfortable, Door-to-door, Environmentally friendly, Short, Multitasking, Social, Panoramic, Healthy, Legs Number, Walking distance to stop, Walking speed, Cycling distance to stop, Cycling speed, Driving speed, Bought Tag
target_column = Bought Tag
[thor.models]
host = obj-cache
port = 6380