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) #278

feature(LGBM): support ClassWeightingStrategy (#86)

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

Workflow file for this run

name: Run isort
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: isort/isort-action@master