doc(examples): create quantized linear and logistic regression examples

This commit is contained in:
Umut
2021-08-16 15:19:14 +03:00
parent 048bb61e8e
commit 479176e368
10 changed files with 2883 additions and 78 deletions

View File

@@ -60,6 +60,12 @@ jobs:
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make pytest
- name: Notebooks
if: ${{ steps.conformance.outcome == 'success' && !cancelled() }}
run: |
make strip_nb
make notebook_timeout
poetry run pytest --nbmake examples/*.ipynb
- name: Test coverage
id: coverage
if: ${{ steps.pytest.outcome != 'skipped' && !cancelled() }}