Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reduce memory usage in lightgbm, fix frozen jobs, add more debug logging #586

Merged
merged 1 commit into from
Jun 20, 2019

Conversation

imatiach-msft
Copy link
Contributor

fixes several issues found by an internal data scientist when running lightgbm:
1.) reduce memory usage and execution time by selecting only relevant columns prior to calling mapPartitions in training
2.) fix frozen jobs if spark.task.cpus > 1 (driver expects more workers than it gets)
3.) add more debug logging for dataset format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants