mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Documentation examples
This commit is contained in:
@@ -3,7 +3,8 @@ from clearml import Task, StorageManager
|
||||
from sklearn.model_selection import train_test_split
|
||||
|
||||
|
||||
# Connecting ClearML
|
||||
# Connecting ClearML with the current process,
|
||||
# from here on everything is logged automatically
|
||||
task = Task.init(project_name="examples", task_name="pipeline step 2 process dataset")
|
||||
|
||||
# program arguments
|
||||
|
||||
Reference in New Issue
Block a user