We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be cool to add steps here making it easy to profile the memory usage of the lightgbm Python package.
lightgbm
Some options:
cProfile
profile
memray
memory_profiler
snakeviz
It could be interesting to profile both the unit tests and more expensive training scripts.
https://anticdent.org/profiling-placement-in-docker.html
The text was updated successfully, but these errors were encountered:
Closing this. I ran all the profiling examples in the README tonight and they still work great!
Sorry, something went wrong.
No branches or pull requests
Would be cool to add steps here making it easy to profile the memory usage of the
lightgbm
Python package.Some options:
cProfile
/profile
(https://docs.python.org/3/library/profile.html)memray
(https://github.com/bloomberg/memray)memory_profiler
(https://github.com/pythonprofilers/memory_profiler)snakeviz
(https://jiffyclub.github.io/snakeviz/)It could be interesting to profile both the unit tests and more expensive training scripts.
References
https://anticdent.org/profiling-placement-in-docker.html
The text was updated successfully, but these errors were encountered: