add lightgbm to the CI
See original GitHub issueThe HGB has some tests depending on lightgbm, and they don’t take much time. We should include lightgbm to some (or at least one) of the CI pipelines to have it tested.
@NicolasHug WDYT?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
LightGBM/Installation-Guide.rst at master - GitHub
Open LightGBM.sln file with Visual Studio, choose Release configuration and click BUILD -> Build Solution (Ctrl+Shift+B) ...
Read more >LightGBM - Julia Packages
LightGBM.jl provides a high-performance Julia interface for Microsoft's LightGBM. The package adds a couple of convenience features: Automated cross-validation ...
Read more >LightGBM - Amazon SageMaker - AWS Documentation
LightGBM is a supervised learning algorithm that is an open-source implementation of the gradient boosted decision tree algorithm.
Read more >lightgbm Changelog - pyup.io
[ci] Add CI job running rchk on the R package (fixes 4400) jameslamb (4449) ... [python] Add type hints to python-package/lightgbm/plotting.py ...
Read more >LightGBM - JuliaHub
LightGBM.jl CI License. LightGBM.jl provides a high-performance Julia interface for Microsoft's LightGBM. The package adds a couple of convenience features:.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I’m happy either case. My main point is that it makes sense to actually run the tests we’ve written, they’re not easy to write, and they’re valuable.
Closing because we correctly include lightgbm in the CI:
https://github.com/scikit-learn/scikit-learn/blob/7a2a0f74ca7b9e452c94ee6de3146ef879dfe41c/build_tools/azure/install.sh#L110