diff --git a/src/neptune_scale/__init__.py b/src/neptune_scale/__init__.py index 5b0ae3f8..be3b52b9 100644 --- a/src/neptune_scale/__init__.py +++ b/src/neptune_scale/__init__.py @@ -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`.