Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
6f6faffd
Unverified
Commit
6f6faffd
authored
Apr 19, 2020
by
xuehui
Committed by
GitHub
Apr 19, 2020
Browse files
Update GbdtExample.md (#2306)
parent
0a64d942
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
docs/en_US/TrialExample/GbdtExample.md
docs/en_US/TrialExample/GbdtExample.md
+1
-3
No files found.
docs/en_US/TrialExample/GbdtExample.md
View file @
6f6faffd
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment