Skip to content

Persistent topic models (NMF, LDA, Ensemble LDA) #56

Persistent topic models (NMF, LDA, Ensemble LDA)

Persistent topic models (NMF, LDA, Ensemble LDA) #56

Workflow file for this run

name: Lint with black
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./litstudy"
jupyter: true
version: "23.1.0"