Open TT568 opened 2 years ago
Hey @TT568 :wave:! Thank you so much for reporting the issue/feature request :rotating_light:. Someone from SynapseML Team will be looking to triage this issue soon. We appreciate your patience.
You can debug locally in intellij or pycharm following the developer readme here. You can also view spark logs on your cluster or SparkUI to learn more about the issue
https://microsoft.github.io/SynapseML/docs/reference/developer-readme/
What in particular do you want to debug? Note that SynapseML is a scala wrapper around a native C++ LightGBM library, so there are different levels of "debugging".
I have an issue where lightgbm spark training is taking much longer than I expected. how do I debug issues in the c++ Lightgbm native library?
use logs mainly. To debug the c++ code directly see the microsoft/LightGBM repo.
Is there any way to debug SynapseML(LightGBM)?
AB#1945020