Skip to content

Commit

Permalink
Update src/neptune_scale/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Edyta <[email protected]>
  • Loading branch information
Raalsky and szaganek authored Jul 26, 2024
1 parent 8fb0b0c commit 292ef0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/neptune_scale/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

class Run(AbstractContextManager):
"""
Starts a new tracked run that logs ML model-building metadata to neptune.ai.
Representation of tracked metadata.
"""

Args:
project (str): Name of the project where the run should go, in the form `workspace-name/project_name`.
Expand Down

0 comments on commit 292ef0a

Please sign in to comment.