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
FriendlyElk26
Moderator
4 Questions, 6 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
4 Answers
211 Views
0 Votes 4 Answers 211 Views
Hey all, I am reporting a DataFrame using report_table after finishing some model testing and like to compare between two DF from two different tasks, When g...
3 months ago
0 Votes
2 Answers
543 Views
0 Votes 2 Answers 543 Views
Hey all, We like to https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_security#network-security with our self-hosted server. We are using GC...
one year ago
0 Votes
6 Answers
543 Views
0 Votes 6 Answers 543 Views
Hey all 🙂 , I tried to use Clearml in my Jupyter notebook for the first time. And I saw that it upload the notebook it self as notebook. Does it is normal? ...
one year ago
0 Votes
2 Answers
631 Views
0 Votes 2 Answers 631 Views
Hey all, I am using the self-hosted ClearML server and I am wondering if is it possible to add a SSO authentication to the server instead of username and pas...
one year ago
0 Hey All, I Am Reporting A

Hey, @<1523701070390366208:profile|CostlyOstrich36>
They both should have the same values and I like to see where they not match.
So even basic stuff like df1==df2 , for example:

>> import pandas as pd
>> df = pd.DataFrame({'a': ['axy a', 'xyz b'], 'b': ['obj e', 'oaw r']})
>> df2 = pd.DataFrame({'a': ['ax2 a', 'xyz b'], 'b': ['obj e', 'oaw r']})

print(df == df2)
       a     b
0  False  True
1   True  True
3 months ago
0 Hey All, I Am Reporting A

@<1523701087100473344:profile|SuccessfulKoala55> Thanks, you mean downloading the previous from clearML server and make the diff and report it?
It can be a solution but less dynamically since lets say I Iike to change my baseline it will cause to run all the tests again…

3 months ago
0 Hey All, We Like To

WOW thanks…
I will check it and let you know, but it sounds that this is the reason

one year ago
0 Hey All

Thanks for the answer.
So if I am not using remote machine can I disable this?

one year ago
0 Hey All

Thanks a lot…
I like to disable it since for now I log all the thinks I need to reproduce and run only on my local machine.

one year ago