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__':
+ RECEIVED_PARAMS = nni.get_next_parameter()
PARAMS = get_default_parameters()
+ PARAMS.update(RECEIVED_PARAMS)
PARAMS = get_default_parameters()
PARAMS.update(RECEIVED_PARAMS)
# train
run(lgb_train, lgb_eval, PARAMS, X_test, y_test)
......@@ -193,4 +191,4 @@ Run this experiment with command as follow:
```bash
nnictl create --config ./config.yml
```
\ No newline at end of file
```
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