Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
ad487fee
"examples/vscode:/vscode.git/clone" did not exist on "ffb134cc31cc6ec7a456257fcdae9054ded54559"
Unverified
Commit
ad487fee
authored
Jun 01, 2023
by
Jacek Laskowski
Committed by
GitHub
May 31, 2023
Browse files
[docs] Update Quick Start (#5900)
parent
d2121aa3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/Quick-Start.rst
docs/Quick-Start.rst
+2
-2
No files found.
docs/Quick-Start.rst
View file @
ad487fee
...
@@ -59,14 +59,14 @@ Run LightGBM
...
@@ -59,14 +59,14 @@ Run LightGBM
::
::
"./
lightgbm
"
config=your_config_file other_args ...
lightgbm config=your_config_file other_args ...
Parameters can be set both in the config file and command line, and the parameters in command line have higher priority than in the config file.
Parameters can be set both in the config file and command line, and the parameters in command line have higher priority than in the config file.
For example, the following command line will keep ``num_trees=10`` and ignore the same parameter in the config file.
For example, the following command line will keep ``num_trees=10`` and ignore the same parameter in the config file.
::
::
"./
lightgbm
"
config=train.conf num_trees=10
lightgbm config=train.conf num_trees=10
Examples
Examples
--------
--------
...
...
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