mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #2576] adds lightgbm #1893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2576
Author: @msjithin
Created: 4/9/2024
Status: 🔄 Open
Base:
master← Head:lightgbm📝 Commits (1)
0c6c865adds lightgbm📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
LightGBM, short for Light Gradient Boosting Machine is ideal for large-scale data projects.
Efficient Large-Scale Learning: Optimized for performance, making it suitable for large datasets and high-dimensional data.
Fast Training: Implements novel techniques like gradient-based one-side sampling and exclusive feature bundling, speeding up training times.
Lower Memory Usage: More memory-efficient than many other gradient-boosting libraries.
Parallel and GPU Learning: Supports parallel and GPU learning, enhancing its capability to handle complex tasks.
High-Performance: Delivers high performance, both in terms of speed and accuracy, for a variety of machine learning tasks.
Flexible and Versatile: Suitable for a range of applications, from regression to classification and ranking tasks.
Active Community and Development: Benefits from ongoing development and a growing community.
What's the difference between this Python project and similar ones?
--
Anyone who agrees with this pull request could submit an Approve review to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.