Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

feature(LGBM): support ClassWeightingStrategy (#86) #281

feature(LGBM): support ClassWeightingStrategy (#86)

feature(LGBM): support ClassWeightingStrategy (#86) #281

Workflow file for this run

name: Black
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
version: "~= 22.12"