José Morales
                                            José Morales
                                        
                                    Also this comment explains the possible problem and has a solution: https://github.com/microsoft/LightGBM/issues/4019#issuecomment-785124299
Hi @YuriWu, thank you for your interest in LightGBM. I'm not able to reproduce this error, are you sure this example reproduces it? There is a known error about loading...
Thanks @YuriWu! I was able to reproduce the error and verified the fix you proposed indeed solves the issue. @shiyu1994 @guolinke can you check the proposed fix here?
@YuriWu would you like to make a PR that includes your fix and a small test?
Linking possible source: https://github.com/dask/distributed/pull/6714
> Or, alternatively, we can try to figure out why raising an error the way that this test intentionally does creates issues for Client.restart() It's not the error itself, it's...
Nice! That should work, I'll try it.
It seems that timeout is for individual sockets, we need to have one for the whole network setup. This is the relevant part: https://github.com/microsoft/LightGBM/blob/f94050a4cc94909e10a0064baff11cec795eb250/src/network/linkers_socket.cpp#L196-L216 So it doesn't wait forever, it...
Had no luck haha. I removed the `restart` from the test and I raised an exception when the network setup took too long but the test gets stuck because there...
Hi @AnotherSamWilson, thank you for your interest in LightGBM. For multi-class objective the init score is the log of the class proportions https://github.com/microsoft/LightGBM/blob/c7102e56b246cc5cd73d9787b2c837c0bc384d1e/src/objective/multiclass_objective.hpp#L155-L157 so in your example these should match...