Skip to content
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

Improve MLflow tracking #4

Open
wants to merge 28 commits into
base: prefect-update
Choose a base branch
from

Conversation

jacobwhall
Copy link
Member

This PR merges @sgoodm's work on integrating prefect, @svoboda173's work on interactive plots, and my work on tracking metrics and tags with MLflow.

jacobwhall and others added 28 commits July 28, 2022 11:42
Added parallel coordinates plot and bar graph
- global tags are defined in a [mlflow_tags] section in config.ini
- project-specific tags can be optionally defined in a
  [{project}.tags] section
- now the indicator is configured as a string rather than a list
  in config.ini
@jacobwhall jacobwhall marked this pull request as ready for review September 14, 2022 11:34
@jacobwhall
Copy link
Member Author

Each run on the MLflow dashboard now has:

  • Eli's interactive parallel coordinates plot
  • feature importances, logged in both tabular and graph form
  • tags that are configurable from config.ini

@sgoodm sgoodm self-requested a review September 15, 2022 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants