Open abhishekagrawala opened 4 days ago
Thanks for using LightGBM. I've attempted to reformat your post a bit to make it easier to read... if you are new to markdown / GitHub, please see https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax for some tips on making such changes yourself.
You haven't provided enough information yet for us to help you with this report.
Description
Training a 6GB dataset with LightGBM using n_jobs=70 does not result in a proportional reduction in training time. Despite utilizing a machine with 72 cores and setting a high n_jobs value, the training time remains unexpectedly high.
Environment
LightGBM Setup
Request for Support
Explanation of why
n_jobs
scaling is not improving training time.Suggestions for configurations to fully utilize 70 cores for LightGBM training.
Recommendations for debugging and monitoring specific to LightGBM threading or system-level bottlenecks.