Skip to content

chore: Forced step and timestamp to be keyword only #54

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

Closed
wants to merge 2 commits into from

Conversation

SiddhantSadangi
Copy link
Member

Since step and timestamp are optional, making them keyword-only will let users log metrics more quickly if only passing data without having to pass it as a kwarg - run.log_metrics({"acc:0.98"}) instead of run.log_metrics(data={"acc:0.98"}).

@SiddhantSadangi SiddhantSadangi added the documentation Improvements or additions to documentation label Oct 15, 2024
@SiddhantSadangi SiddhantSadangi self-assigned this Oct 15, 2024
@SiddhantSadangi SiddhantSadangi marked this pull request as draft October 15, 2024 14:28
@SiddhantSadangi SiddhantSadangi deleted the ss/log_metrics_kwargs branch October 15, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant