File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if(ENABLE_ALL_WARNINGS)
1515endif ()
1616
1717if (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'
Original file line number Diff line number Diff 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.
3636function (patch_openmp_path_macos target target_default_output_name )
Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments