Skip to content

Add PR/AUROC curve. Fix wandb log_table logic. Fix regression earlyst… #147

Add PR/AUROC curve. Fix wandb log_table logic. Fix regression earlyst…

Add PR/AUROC curve. Fix wandb log_table logic. Fix regression earlyst… #147

Workflow file for this run

name: Run flake8 & pytest
on:
push:
jobs:
CI:
name: Flake8
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run flake8 and pytest
run: |
chmod +x setup.sh
./setup.sh
flake8 .