Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
HappyDove3
Moderator
11 Questions, 21 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

21 × Eureka!
0 Votes
0 Answers
458 Views
0 Votes 0 Answers 458 Views
?..
?
one year ago
0 Votes
7 Answers
539 Views
0 Votes 7 Answers 539 Views
Hi, I'm trying to use task.upload_artifact() for uploading numpy array / pandas DF as the documentation says it's possible, but I keep getting error. if name...
2 years ago
0 Votes
5 Answers
533 Views
0 Votes 5 Answers 533 Views
Hi, I logged my params to clearml like this: params_dictionary = {'max_depth': 20, 'max_features': 2} wandb.config = params_dictionaryAnd load them like this...
2 years ago
0 Votes
4 Answers
551 Views
0 Votes 4 Answers 551 Views
Hi, I'm trying to access/use experiment's model+data+params My model and data are stored in s3 and I'm not sure what is the practice of getting them reddy to...
2 years ago
0 Votes
1 Answers
575 Views
0 Votes 1 Answers 575 Views
Hi, is there a way to get the tasks commit_id using the SDK ?
2 years ago
0 Votes
3 Answers
590 Views
0 Votes 3 Answers 590 Views
2 years ago
0 Votes
9 Answers
539 Views
0 Votes 9 Answers 539 Views
Hi, on the clearml web app, under settings -> users & groups, I want to know how can I change the Owner user to someone else.
one year ago
0 Votes
1 Answers
488 Views
0 Votes 1 Answers 488 Views
How
How can I extract all my workspace experiments data via the API and write it to a different workspace
one year ago
0 Votes
5 Answers
561 Views
0 Votes 5 Answers 561 Views
2 years ago
0 Votes
5 Answers
669 Views
0 Votes 5 Answers 669 Views
Another thing, can I get the git repo/commit info of my experiment through the SDK? Couldn't find it in the docs.
2 years ago
0 Votes
11 Answers
566 Views
0 Votes 11 Answers 566 Views
Hi, is there a way to log sklearn metrices (like accuracy/precision) in a tabular way rather than plot ?
2 years ago
0 Hi, I'M Logging Plots Using Clearml Sdk. The Logging Is Automatic By Running Matplotlib And Seaborn. One Of My Plots Is Sns.Barplot, In The Pycharm Run I Get All The Ticks Name But In The Clearml Dashboard Results It Is Without The Ticks Names. I'Ll Be Ha

self.notify('Logging feature importance') feature_importance_series = feature_importance_series[:limit] sns.barplot(feature_importance_series.values, feature_importance_series.index) plt.title('feature importance') plt.show()

2 years ago
0 Hi, I'M Trying To Use

Maybe you can also help me with this:
I'm getting this errors: but it seems like everything is still uploaded correctly so I can't understand why this errors appear.
` 2022-01-18 11:42:16,929 - clearml.storage - ERROR - Failed uploading: cannot schedule new futures after interpreter shutdown
2022-01-18 11:42:16,930 - clearml.storage - ERROR - Failed uploading: cannot schedule new futures after interpreter shutdown
2022-01-18 11:42:16,931 - clearml.storage - ERROR - Failed uploading: cannot sc...

2 years ago
0 Hi, I Logged My Params To Clearml Like This:

When should I run task.connect() ?

2 years ago
0 Hi, I'M Trying To Use

Oh, I didn't do it like this. Now it is working! Thanks!

2 years ago
0 Hi, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

So if the owner delete the account the entire workspace will be deleted as well?

one year ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

Seems like a quiet important feature for basic matrices comparison no ?

2 years ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

I started to explore clearml as an experiment tracker and I run a simple example of sklearn randomForest. I want to log the accuracy score to compare few experiments based on this index and I'm not sure how to log it.
This is a simple use case not a scalar and iterations.

2 years ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

I thought I'll have a way to compare my models accuracy, precision, recall etc through the web UI

2 years ago
2 years ago
0 Hi, I'M Trying To Use

Added wait_on_upload and now there are no errors

2 years ago
0 Hi, On The Clearml Web App, Under Settings -> Users & Groups, I Want To Know How Can I Change The Owner User To Someone Else.

And is there an option to migrate the experiments to a different user workspace?

one year ago
2 years ago
0 Hi, Is There A Way To Log Sklearn Metrices (Like Accuracy/Precision) In A Tabular Way Rather Than Plot ?

Thanks! I'll try runing it with iteration=0 and then adding the value as a field in the experiment overview.

2 years ago
0 Hi, I'M Trying To Use

I'm running it on pycharm from my script there

2 years ago
0 Hi, I'M Trying To Access/Use Experiment'S Model+Data+Params My Model And Data Are Stored In S3 And I'M Not Sure What Is The Practice Of Getting Them Reddy To Use. When I Use

I want to play with the experiment and reproduce it 1:1.
I managed to it with the advice of UnevenDolphin73 is there a different way to do it?

2 years ago