Benchmark tools for LightGBM
Перейти к файлу
Piyush Madan 3d124a7591
continuous training (#275)
2023-04-13 13:39:04 -07:00
.github/workflows Upgrade ray tune component (#270) 2022-08-29 12:39:13 -07:00
conf Upgrade ray tune component (#270) 2022-08-29 12:39:13 -07:00
data/sample Write better docs for data upload and general self-service (#134) 2021-10-27 14:51:09 -07:00
docker Use "socket" as default comm in distributed lightgbm training + prepare for training framework comparison (#217) 2022-01-21 01:11:07 +00:00
docs Add architecture guide to our docs with script arch guide (#241) 2022-02-11 11:46:48 -08:00
src continuous training (#275) 2023-04-13 13:39:04 -07:00
tests Upgrade ray tune component (#270) 2022-08-29 12:39:13 -07:00
.coveragerc Extend coverage: add unit tests where they miss most (#195) 2021-12-09 10:20:14 -08:00
.gitignore Make MPI initialization optional and use OMPI env vars for world discovery (#209) 2021-12-20 23:08:58 -08:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-08-10 16:55:31 -07:00
LICENSE LICENSE committed 2021-08-10 16:55:31 -07:00
README.md Add two action status badges (#201) 2021-12-13 23:09:45 +00:00
SECURITY.md SECURITY.md committed 2021-08-10 16:55:32 -07:00
SUPPORT.md SUPPORT.md committed 2021-08-10 16:55:33 -07:00
mkdocs.yml Add architecture guide to our docs with script arch guide (#241) 2022-02-11 11:46:48 -08:00
requirements.txt fix pipeline (#277) 2023-04-12 14:32:33 -07:00

README.md

LightGBM benchmarking suite

AzureML Pipelines Validation Benchmark scripts gated build

The LightGBM benchmark aims at providing tools and automation to compare implementations of lightgbm and other boosting-tree-based algorithms for both training and inferencing. The focus is on production use cases, and the evaluation on both model quality (validation metrics) and computing performance (training speed, compute hours, inferencing latency, etc).

The goal is to support the community of developers of LightGBM by providing tools and a methodology for evaluating new releases of LightGBM on a standard and reproducible benchmark.

Documentation

Please find the full documentation of this project at microsoft.github.io/lightgbm-benchmark

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.