chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
Binary Classification Example
|
||||
=============================
|
||||
|
||||
Here is an example for LightGBM to run binary classification task.
|
||||
|
||||
***You must follow the [installation instructions](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html)
|
||||
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:
|
||||
|
||||
```bash
|
||||
"../../lightgbm" config=train.conf
|
||||
```
|
||||
|
||||
Prediction
|
||||
----------
|
||||
|
||||
You should finish training first.
|
||||
|
||||
Run the following command in this folder:
|
||||
|
||||
```bash
|
||||
"../../lightgbm" config=predict.conf
|
||||
```
|
||||
Reference in New Issue
Block a user