@@ -10,7 +10,7 @@ Follow the [Installation Guide](./Installation-Guide.md) to install LightGBM fir
...
@@ -10,7 +10,7 @@ Follow the [Installation Guide](./Installation-Guide.md) to install LightGBM fir
## Training data format
## Training data format
LightGBM supports input data file with [CSV](https://en.wikipedia.org/wiki/Comma-separated_values), [TSV](https://en.wikipedia.org/wiki/Tab-separated_values) and [LibSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) formats.
LightGBM supports input data file with [CSV](https://en.wikipedia.org/wiki/Comma-separated_values), [TSV](https://en.wikipedia.org/wiki/Tab-separated_values) and [LibSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) formats.
Label is the data of first column, and there is no header in the file.
Label is the data of first column, and there is no header in the file.