-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.08 KB
/
config.json
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
{
"data_path": "./data/",
"aggregated_path": "./aggregated/",
"test_set_path": "./test_set/test_set.csv",
"data_set_path": "./data_set/data_set.csv",
"test_set_fraction": 0.3,
"CURRENT_DATA": "./data/Amazon_Instant_Video/Amazon_Instant_Video.neg.0.xml",
"results_path": "resources/results.json",
"plot_path": "./plots/",
"word_polarity_counting_model": "resources/baselines/wpcm",
"regression_model": "resources/regressionModel.pickle",
"domains": [
"Books",
"Movies_TV",
"Beauty",
"Clothing_Accessories",
"Electronics",
"Patio",
"Baby",
"Office_Products",
"Health",
"Toys_Games",
"Pet_Supplies",
"Tools_Home_Improvement",
"Sports_Outdoors",
"Amazon_Instant_Video",
"Shoes",
"Music",
"Video_Games",
"Software",
"Home_Kitchen",
"Automotive"
],
"processed_data_set":"processed/data_set.csv",
"processed_test_set":"processed/test_set.csv",
"lstm_model_path":"resources/lstm.state",
"processed":"./processed/",
"vocabulary":"resources/vocabulary.pickl",
"results_dict":"resources/results.pickl"
}