зеркало из https://github.com/microsoft/LightGBM.git
13f2e92bb0
* lint js code * hotfix * Update .editorconfig Co-authored-by: James Lamb <jaylamb20@gmail.com> --------- Co-authored-by: James Lamb <jaylamb20@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
binary.test | ||
binary.test.weight | ||
binary.train | ||
binary.train.weight | ||
forced_splits.json | ||
predict.conf | ||
train.conf | ||
train_linear.conf |
README.md
Binary Classification Example
Here is an example for LightGBM to run binary classification task.
You must follow the installation instructions
for the following commands to work. The lightgbm
binary must be built and available at the root of this project.
Training
Run the following command in this folder:
"../../lightgbm" config=train.conf
Prediction
You should finish training first.
Run the following command in this folder:
"../../lightgbm" config=predict.conf