Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient
client = APIClient() `is the pythonic usage
HI!
If I want to programmatically extract information on all (clearml) tasks of a given (clearml) project,
what is the recommended way?
for example - let's say I want to extract some specific metric curves points from all of the tasks
Hi GorgeousMole24 , I think for this your best option would be using the API to extract this information.
` from clearml.backend_api.session.client import APIClient
client = APIClient() `is the pythonic usage