Metadata-Version: 2.4
Name: amd-lightgbm
Version: 0.0.1
Summary: LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient.
Author-email: AMD <support@amd.com>
License: Apache 2.0
Project-URL: Homepage, https://github.com/rocm/lightgbm
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# amd-lightgbm
LightGBM is a gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient with the following advantages:

- Faster training speed and higher efficiency.
- Lower memory usage.
- Better accuracy.
- Support of parallel, distributed, and GPU learning.
- Capable of handling large-scale data. 

## Information
- **Homepage**: https://github.com/rocm/lightgbm
- **License**: Apache 2.0 

## Installation

```bash
pip install amd-lightgbm
```
