lightgbm result

This commit is contained in:
2026-04-25 18:14:04 +09:00
parent c2e07b979a
commit 8ece1be4f9
17 changed files with 5323 additions and 1085 deletions

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -0,0 +1,8 @@
bpm_avg
bpm_change
color_complexity
density_avg
density_peak
note_count
rhythm_complexity
scroll_change

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

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

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -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