lightgbm result
This commit is contained in:
BIN
output/lightgbm_factor/model.pkl
Normal file
BIN
output/lightgbm_factor/model.pkl
Normal file
Binary file not shown.
BIN
output/lightgbm_factor/scaler.pkl
Normal file
BIN
output/lightgbm_factor/scaler.pkl
Normal file
Binary file not shown.
1408
output/lightgbm_factor/validate.json
Normal file
1408
output/lightgbm_factor/validate.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
output/lightgbm_factor/validate.png
Normal file
BIN
output/lightgbm_factor/validate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
8
output/lightgbm_feature/features.txt
Normal file
8
output/lightgbm_feature/features.txt
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
bpm_avg
|
||||||
|
bpm_change
|
||||||
|
color_complexity
|
||||||
|
density_avg
|
||||||
|
density_peak
|
||||||
|
note_count
|
||||||
|
rhythm_complexity
|
||||||
|
scroll_change
|
||||||
BIN
output/lightgbm_feature/model.pkl
Normal file
BIN
output/lightgbm_feature/model.pkl
Normal file
Binary file not shown.
BIN
output/lightgbm_feature/scaler.pkl
Normal file
BIN
output/lightgbm_feature/scaler.pkl
Normal file
Binary file not shown.
1411
output/lightgbm_feature/validate.json
Normal file
1411
output/lightgbm_feature/validate.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
output/lightgbm_feature/validate.png
Normal file
BIN
output/lightgbm_feature/validate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 25 KiB |
1411
output/xgboost_feature/validate.json
Normal file
1411
output/xgboost_feature/validate.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
output/xgboost_feature/validate_.png
Normal file
BIN
output/xgboost_feature/validate_.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@@ -26,9 +26,9 @@ TRAIN_SIZE = 0
|
|||||||
VALID_SIZE = 0
|
VALID_SIZE = 0
|
||||||
RANDOM_STATE = 42
|
RANDOM_STATE = 42
|
||||||
|
|
||||||
N_ESTIMATORS = 500
|
N_ESTIMATORS = 800
|
||||||
MAX_DEPTH = 6
|
MAX_DEPTH = 5
|
||||||
LEARNING_RATE = 0.05
|
LEARNING_RATE = 0.01
|
||||||
CONTINUE_TRAINING = True
|
CONTINUE_TRAINING = True
|
||||||
ERROR_TOLERANCE = 0.1
|
ERROR_TOLERANCE = 0.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user