README.md 446 Bytes
Newer Older
1
Multiclass Classification Example
2
3
=================================

4
5
6
7
Here is an example for LightGBM to run multiclass classification task.

***You should copy executable file to this folder first.***

8
9
Training
--------
10

11
Run the following command in this folder:
12

13
```
14
"./lightgbm" config=train.conf
15
16
```

17
18
Prediction
----------
19
20
21

You should finish training first.

22
Run the following command in this folder:
23

24
```
25
"./lightgbm" config=predict.conf
26
```