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

Ml flow #8

Merged
merged 12 commits into from
Oct 15, 2024
Merged

Ml flow #8

merged 12 commits into from
Oct 15, 2024

Conversation

ForYourEyesOnlyyy
Copy link
Owner

Changes Made:

  • MLflow Logging Integration: Integrated MLflow logging into the model training process in notebooks/model_playground.ipynb. Every new model trained is automatically logged with versioning enabled.
  • Automatic Versioning: For each different model architecture, the best accuracy version is tagged as the champion, allowing easy identification of the best-performing model.
  • Champion Version Auto-Selection: Implemented logic that automatically selects and loads the champion version when the corresponding model architecture is loaded, ensuring the most accurate version is always used by default.

Benefits:

  • Enhanced Model Tracking: Automatic MLflow logging ensures all model training runs are tracked, making it easier to monitor performance and manage model versions.
  • Streamlined Model Selection: The automatic tagging and selection of the champion model simplifies the process of identifying and loading the best-performing models for each architecture.
  • Reproducibility: With model versions logged and tagged, experiments are easily reproducible, improving collaboration and future experimentation.

@ForYourEyesOnlyyy ForYourEyesOnlyyy merged commit af5aa8f into dev Oct 15, 2024
3 checks passed
@ForYourEyesOnlyyy ForYourEyesOnlyyy deleted the ml-flow branch October 25, 2024 08:34
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.

1 participant