1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-15 00:36:55 +08:00

update hyperparameters

This commit is contained in:
Haoyu Wang
2020-11-25 20:40:32 +08:00
committed by GitHub
parent 510be10a87
commit 0bb7457520

View File

@@ -32,7 +32,11 @@ task:
loss: RMSE loss: RMSE
learning_rate: 0.0421 learning_rate: 0.0421
subsample: 0.8789 subsample: 0.8789
max_depth: 6
num_leaves: 100
thread_count: 20 thread_count: 20
grow_policy: 'Lossguide',
boostrap_type: 'Poisson'
dataset: dataset:
class: DatasetH class: DatasetH
module_path: qlib.data.dataset module_path: qlib.data.dataset