-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# imbalanced-lightgbm | ||
# Imbalanced-LightGBM | ||
|
||
<a href="https://github.com/RektPunk/Imbalance-LightGBM/blob/main/LICENSE"> | ||
<img alt="License" src="https://img.shields.io/github/license/RektPunk/Imbalance-LightGBM.svg"> | ||
</a> | ||
<a href="https://github.com/RektPunk/Imbalance-LightGBM/actions/workflows/lint.yaml"> | ||
<img alt="Lint" src="https://github.com/RektPunk/Imbalance-LightGBM/actions/workflows/lint.yaml/badge.svg?branch=main"> | ||
</a> | ||
|
||
This repository contains implementations of weighted loss and focal loss functions specifically designed for classification problems using LightGBM. | ||
|
||
## Installation | ||
Not implemented yet. | ||
|
||
|
||
## Example | ||
Please refer to the [**Examples**](https://github.com/RektPunk/Imbalance-LightGBM/tree/main/examples) provided for further clarification. | ||
|
||
|
||
## Acknowledgements | ||
This repository would not exist without the excellent work from: | ||
|
||
- [LightGBM](https://github.com/microsoft/LightGBM) | ||
- [Imbalance-XGBoost](https://github.com/jhwjhw0123/Imbalance-XGBoost) |
File renamed without changes.