Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/710-easily-create-a-baseline-mod…
Browse files Browse the repository at this point in the history
…el' into 710-easily-create-a-baseline-model
  • Loading branch information
sibre28 committed Jun 25, 2024
2 parents b8229f6 + d5150c6 commit aa0abf2
Show file tree
Hide file tree
Showing 39 changed files with 2,483 additions and 1,265 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
python-version:
- "3.11"
- "3.12"
exclude:
- platform: "macos-latest"
python-version: "3.11"
- platform: "windows-latest"
python-version: "3.11"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
python-version:
- "3.11"
- "3.12"
exclude:
- platform: "macos-latest"
python-version: "3.11"
- platform: "windows-latest"
python-version: "3.11"
uses: lars-reimann/.github/.github/workflows/poetry-codecov-reusable.yml@main
with:
working-directory: .
Expand Down
774 changes: 585 additions & 189 deletions docs/tutorials/data_processing.ipynb

Large diffs are not rendered by default.

72 changes: 38 additions & 34 deletions docs/tutorials/data_visualization.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit aa0abf2

Please sign in to comment.