зеркало из https://github.com/microsoft/LightGBM.git
222775ca29
* Fix bug where small values of max_bin cause crash.
* Revert "Fix bug where small values of max_bin cause crash."
This reverts commit
|
||
---|---|---|
.. | ||
README.md | ||
multiclass.test | ||
multiclass.train | ||
predict.conf | ||
train.conf |
README.md
Multiclass Classification Example
Here is an example for LightGBM to run multiclass 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