stonebrakert6

Results 12 comments of stonebrakert6

Thanks a lot @Ten0 for this commit. I am a new user of lightGBM(need to mention this so that you don't confuse me with a veteran). So, IIRC, the usage...

> Of BoosterHandle but I think that's what you meant. Sorry, but I didn't mean that. I really meant `FastConfigHandle`. Quoting you on #6021 > This way, when processing on...

Okay, I think with the above-described usage, the API `LGBM_BoosterPredictForMatSingleRowFastInit` is not thread-safe. Here is the chain of function/method calls `LGBM_BoosterPredictForMatSingleRowFastInit()` -> `Booster::InitSingleRowPredictor()` -> `SingleRowPredictor::SingleRowPredictor()` -> `SingleRowPredictorInner::SingleRowPredictorInner()` -> `Predictor::Predictor()` ->...

Sorry for the this lame question - is it possible to use grafana/agent 1. On a bare-metal without needing docker and/or kubernetes And 2. For a specific process - like...

@davidzchen You can use `:YcmToggleLogs` and then open the appropriate log file and check its contents to see where errors occur. @cpsauer Yeah I am using YCM and no I...

hey @davidzchen This is probably NOT the answer you're looking for but I am still posting it anyway. ### Disclaimer I am a newbie at bazel. So can't really explain...

This is resolved if I do `bazel run --action_env=CC=clang --verbose_failures --sandbox_debug //:refresh_compile_commands` My project is built using clang but atleast compilation for `print_args` shouldn't have any problem as gcc is...

Since it was working 6 months ago, I thought may be upgrading bazel caused this(bazelisk automatically upgrades bazel) Hence Fixed this by downgrading bazel(to a random value - no binary...