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

Add A New Baseline: DoubleEnsemble

This commit is contained in:
meng-ustc
2021-02-02 11:46:37 +09:00
parent acdc469e39
commit 8c3ec164ff
4 changed files with 29 additions and 28 deletions

View File

@@ -33,7 +33,7 @@ task:
base: "gbm"
loss: mse
k: 6
enable_sr: True
enable_sr: False
enable_fs: True
alpha1: 1
alpha2: 1
@@ -53,6 +53,7 @@ task:
- 0.2
- 0.2
- 0.2
epochs: 28
colsample_bytree: 0.8879
learning_rate: 0.2
subsample: 0.8789
@@ -62,8 +63,6 @@ task:
num_leaves: 210
num_threads: 20
verbosity: -1
num_iterations: 28
early_stopping_round: None
dataset:
class: DatasetH
module_path: qlib.data.dataset