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

feature(XGBoost): added set_class_weights property (#85) #276

feature(XGBoost): added set_class_weights property (#85)

feature(XGBoost): added set_class_weights property (#85) #276

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"