mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 00:36:55 +08:00
Update workflow_config_xgboost.yaml
This commit is contained in:
@@ -30,14 +30,12 @@ task:
|
|||||||
module_path: qlib.contrib.model.xgboost
|
module_path: qlib.contrib.model.xgboost
|
||||||
kwargs:
|
kwargs:
|
||||||
eval_metric: rmse
|
eval_metric: rmse
|
||||||
colsample_bytree: 0.5
|
colsample_bytree: 0.8879
|
||||||
eta: 0.2
|
eta: 0.0421
|
||||||
gamma: 0.55
|
max_depth: 8
|
||||||
max_depth: 2
|
n_estimators: 650
|
||||||
min_child_weight: 1.0
|
subsample: 0.8789
|
||||||
n_estimators: 647
|
nthread: 20
|
||||||
subsample: 0.8
|
|
||||||
nthread: 4
|
|
||||||
dataset:
|
dataset:
|
||||||
class: DatasetH
|
class: DatasetH
|
||||||
module_path: qlib.data.dataset
|
module_path: qlib.data.dataset
|
||||||
|
|||||||
Reference in New Issue
Block a user