Skip to content

Commit

Permalink
MLflow autologging (pymc-labs#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored and radiokosmos committed Sep 1, 2024
1 parent 6afebc2 commit 91fd939
Show file tree
Hide file tree
Showing 7 changed files with 1,023 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: pip install pymc==${{ env.OLDEST_PYMC_VERSION }}
- name: Run tests
run: |
sudo apt-get install graphviz
pip install -e .[test]
pytest --cov-report=xml --no-cov-on-fail --durations=50
- name: Check oldest version of PyMC
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# MLflow logging
mlruns/
mlruns.db

# InferenceData
*.nc

Expand Down
1 change: 1 addition & 0 deletions docs/source/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
model_config
model_builder
prior
mlflow
```
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ dependencies:
- pytest==7.0.1
- pytest-cov==3.0.0
- pytest-mock
- blas
- mlflow
Loading

0 comments on commit 91fd939

Please sign in to comment.