Unanswered
What Happens If The Task.Init Doesn'T Happen In The Same Py File As The "Data Science" Stuff
I Have A List Of Classes That Do The Coding And I Initialise The Task Outside Of Them. Something Like
I solve the artifact,dataset,table,scalar anything by simply making foo.run()
return a dictionary like{ 'artifact_X_train': X_train, 'table_confusion_matrix: cf, 'dataset_x': _ ... }
And then call the appropriate logger or artifact uploader or dataset uploader. (In case the dataset uploader I use the foo.output_file which every foo has.
158 Views
0
Answers
2 years ago
one year ago