Skip to content

[FEAT] - Add iTransformer to neuralforecast #1046

[FEAT] - Add iTransformer to neuralforecast

[FEAT] - Add iTransformer to neuralforecast #1046

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: pip install black nbdev pre-commit
- name: Run pre-commit
run: pre-commit run --files neuralforecast/*