microsoft / LightGBM

A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks.
https://lightgbm.readthedocs.io/en/latest/
MIT License
16.56k stars 3.82k forks source link

[ci] [docs] fix link-checks job #6495

Closed jameslamb closed 3 months ago

jameslamb commented 3 months ago

The link-checks CI job is failing, like this:

/home/runner/work/LightGBM/LightGBM/.ci/test.sh: line 19: COMPILER: unbound variable

(build link)

I suspect that's a result of the changes in #6266. This fixes that.

Also fixes some broken links (404s) and "anchor-not-found" issues.

Notes for Reviewers

How I tested this

Manually triggered a run on this branch, saw it pass: https://github.com/microsoft/LightGBM/actions/runs/9608163802/job/26500497894