Skip to content

Commit

Permalink
MLflow autologging (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 authored Aug 14, 2024
1 parent 49ac689 commit 93fc9d9
Show file tree
Hide file tree
Showing 7 changed files with 1,023 additions and 0 deletions.
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
```
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ dependencies:
- pytest==7.0.1
- pytest-cov==3.0.0
- pytest-mock
- mlflow
Loading

0 comments on commit 93fc9d9

Please sign in to comment.