Skip to content

Commit de523b2

Browse files
authored
update LightGBM links (#12084)
1 parent 4f18c88 commit de523b2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

R-package/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(ENABLE_ALL_WARNINGS)
1515
endif()
1616

1717
if(MSVC)
18-
# https://github.com/microsoft/LightGBM/pull/6061
18+
# https://github.com/lightgbm-org/LightGBM/pull/6061
1919
# MSVC doesn't work with anonymous types in structs. (R complex)
2020
#
2121
# syntax error: missing ';' before identifier 'private_data_c'

cmake/FindOpenMPMacOS.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ endmacro()
2929
# Patch libxgboost.dylib so that it depends on @rpath/libomp.dylib instead of
3030
# /opt/homebrew/opt/libomp/lib/libomp.dylib or other hard-coded paths.
3131
# Doing so enables XGBoost to interoperate with multiple kinds of OpenMP
32-
# libraries. See https://github.com/microsoft/LightGBM/pull/6391 for detailed
33-
# explanation. Adapted from https://github.com/microsoft/LightGBM/pull/6391
32+
# libraries. See https://github.com/lightgbm-org/LightGBM/pull/6391 for detailed
33+
# explanation. Adapted from https://github.com/lightgbm-org/LightGBM/pull/6391
3434
# by James Lamb.
3535
# MacOS only.
3636
function(patch_openmp_path_macos target target_default_output_name)

src/objective/lambdarank_obj.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class LambdaRankObj : public FitIntercept {
175175
auto lj = GroupLoss(g, &lj_full_);
176176

177177
// Normalization, first used by LightGBM.
178-
// https://github.com/microsoft/LightGBM/pull/2331#issuecomment-523259298
178+
// https://github.com/lightgbm-org/LightGBM/pull/2331#issuecomment-523259298
179179
double sum_lambda{0.0};
180180

181181
auto delta_op = [&](auto const&... args) {

0 commit comments

Comments
 (0)