-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_lgbm.json
26 lines (21 loc) · 1.08 KB
/
config_lgbm.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
{
"name": "LGBM",
"n_gpu": 1,
"type": "ML",
"n_fold": 5,
"trainer": {
"epochs": 3,
"save_dir": "saved/",
"save_period": 1,
"verbosity": 1,
"monitor": "max recall",
"early_stop": 3
},
"model_saved" : 1,
"using_features": ["user", "item", "release_year", "title", "main_director","series","favorite_genre","Action", "Adventure", "Animation", "Children",
"Comedy", "Crime", "Documentary", "Drama", "Fantasy", "Film-Noir","Horror", "Musical", "Mystery", "Romance", "Sci-Fi", "Thriller", "War","Western",
"maniatic","whole_period","first_watch_year","last_watch_year","freq_rating_year","rating"],
"cat_features": ["user", "item", "release_year", "title", "main_director","series", "favorite_genre","Action", "Adventure", "Animation", "Children",
"Comedy", "Crime", "Documentary", "Drama", "Fantasy", "Film-Noir","Horror", "Musical", "Mystery", "Romance", "Sci-Fi", "Thriller", "War","Western",
"whole_period","first_watch_year","last_watch_year","freq_rating_year"]
}