Skip to content

Commit

Permalink
fix readme and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
RektPunk committed Sep 18, 2024
1 parent 6a3f0ce commit 2d9440e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
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.

0 comments on commit 2d9440e

Please sign in to comment.