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

Implemented alternative experiment tracking functionality #102

Merged
merged 9 commits into from
Nov 7, 2024

Conversation

Leminen
Copy link
Contributor

@Leminen Leminen commented Nov 7, 2024

No description provided.

@Leminen Leminen requested a review from saattrupdan November 7, 2024 07:39
@Leminen
Copy link
Contributor Author

Leminen commented Nov 7, 2024

Im on the errors now

Copy link
Collaborator

@saattrupdan saattrupdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like the idea, and great execution! 😃

I've got a couple of small comments, and there's a style check that is currently failing. You can install pre-commit hooks with make install-pre-commit, which will ensure that your style checks pass before committing. You can also run make clean to do it manually.

To make the code base slightly more lean, I would suggest that we keep the directory structure flat, with a single module, experiment_tracking.py, which then contains both the load_extracking_setup function as well as the MLFlowSetup and WandbSetup classes, since they're all quite small. The abstract ExtrackingSetup can be moved to the data_models module, as that's where all the other abstract classes are.

src/coral/experiment_tracking/extracking_setup.py Outdated Show resolved Hide resolved
src/coral/finetune.py Outdated Show resolved Hide resolved
@Leminen
Copy link
Contributor Author

Leminen commented Nov 7, 2024

@saattrupdan Ready for final review

@saattrupdan saattrupdan self-requested a review November 7, 2024 10:07
Copy link
Collaborator

@saattrupdan saattrupdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@saattrupdan saattrupdan merged commit 7b5acfe into main Nov 7, 2024
4 checks passed
@saattrupdan saattrupdan deleted the feature/experiment_tracking branch November 7, 2024 10:07
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.

2 participants