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
5 Questions, 10 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
616 Views
0 Votes 4 Answers 616 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...
10 months ago
0 Votes
6 Answers
934 Views
0 Votes 6 Answers 934 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? ...
2 years ago
0 Votes
7 Answers
162 Views
0 Votes 7 Answers 162 Views
Hello 🙂 I am using a self hosted clearml server and using a gcp bucket as my files_server. I am getting the sign in massage every few min / when I am move o...
gcp
2 months ago
0 Votes
2 Answers
927 Views
0 Votes 2 Answers 927 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
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
2 years ago
0 Hello

Hi @<1523701070390366208:profile|CostlyOstrich36> , Yes self hosted:
WebApp: 1.16.1-499 • Server: 1.16.1-499 • API: 2.30

2 months ago
0 Hello

@<1523701070390366208:profile|CostlyOstrich36> I updated to:

WebApp: 1.16.2-502 • Server: 1.16.2-502 • API: 2.30

but is still happening to me 😔

2 months ago
0 Hello

Thanks, Will try, and update 🙂

2 months 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
10 months ago
0 Hello

Hey @<1523701070390366208:profile|CostlyOstrich36> Do you have any update on this? Thanks 🙂

one month 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 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.

2 years ago
0 Hey All

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

2 years 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…

10 months ago