Unverified Commit 6f6faffd authored by xuehui's avatar xuehui Committed by GitHub
Browse files

Update GbdtExample.md (#2306)

parent 0a64d942
...@@ -147,8 +147,6 @@ if __name__ == '__main__': ...@@ -147,8 +147,6 @@ if __name__ == '__main__':
+ RECEIVED_PARAMS = nni.get_next_parameter() + RECEIVED_PARAMS = nni.get_next_parameter()
PARAMS = get_default_parameters() PARAMS = get_default_parameters()
+ PARAMS.update(RECEIVED_PARAMS) + PARAMS.update(RECEIVED_PARAMS)
PARAMS = get_default_parameters()
PARAMS.update(RECEIVED_PARAMS)
# train # train
run(lgb_train, lgb_eval, PARAMS, X_test, y_test) run(lgb_train, lgb_eval, PARAMS, X_test, y_test)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment