-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MLflow autologging #921
Merged
+1,023
−0
Merged
MLflow autologging #921
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a659829
add basic logging with pm.sample
wd60622 244a526
ignore the mlruns from mlflow runs
wd60622 8f07861
add mlflow to the conda env
wd60622 a2664c1
add version for testing
wd60622 5ee13a6
tuning as param instead of metrics
wd60622 53f2dd8
add to ignore
wd60622 d224b5f
patch MMM.fit
wd60622 42eac0f
some basic tests
wd60622 03b735a
no data or observed elements
wd60622 5aa1138
change with seasonality
wd60622 937f407
add sampler depends for test
wd60622 12754be
pull out checks into functions
wd60622 9e4f28c
add docs and to docs
wd60622 307e668
remove duplicate fit in docstring
wd60622 2fb0caf
Merge branch 'main' into mlflow-autologging
wd60622 bf00eb2
Merge branch 'main' into mlflow-autologging
wd60622 065edf6
add link to docs. remove earlier fit
wd60622 dd6562c
install graphviz binaries
wd60622 5548c7b
use a module fixure for setup and tear down
wd60622 2d2469e
backwards compat support
wd60622 d5d7311
Merge branch 'main' into mlflow-autologging
wd60622 4a3be31
add no cov and change type
wd60622 2901248
increase test coverage
wd60622 39b9f9e
log upon errors
wd60622 e9dd262
test for local file support
wd60622 3aa6c8f
add pymc_marketing version and warning for experimental functionality
wd60622 8003ddf
test for marketig version
wd60622 df13f6e
expose arviz summary kwargs
wd60622 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# MLflow logging | ||
mlruns/ | ||
mlruns.db | ||
|
||
# InferenceData | ||
*.nc | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ | |
model_config | ||
model_builder | ||
prior | ||
mlflow | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,3 +44,4 @@ dependencies: | |
- pytest==7.0.1 | ||
- pytest-cov==3.0.0 | ||
- pytest-mock | ||
- mlflow |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we try working with a lighter version : https://pypi.org/project/mlflow-skinny/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just the name of the module pymc_marketing.mlflow and not the dependency