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
IrritableJellyfish76
Moderator
6 Questions, 16 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

15 × Eureka!
0 Votes
9 Answers
532 Views
0 Votes 9 Answers 532 Views
Hi
Hi 🙂 is there an integration of clearml with kubeflow? I mean to use kubeflow as orchestrator and clearml as experiment manager
one year ago
0 Votes
5 Answers
560 Views
0 Votes 5 Answers 560 Views
Hi, I encountered an issue that might affect others as well: when using " http://Task.ge t_task"- task name is explicit str (as excepted) but when using "Tas...
2 years ago
0 Votes
7 Answers
546 Views
0 Votes 7 Answers 546 Views
Hi, I'm trying to use pipelines in the free version and encountered this: is it because I'm using the free version or code based?
one year ago
0 Votes
8 Answers
607 Views
0 Votes 8 Answers 607 Views
Hi, I deployed a server on my ubuntu and forgot about it for a while, I restart my computer and it was shutdown. is there a way to restore the experiments? I...
one year ago
0 Votes
2 Answers
554 Views
0 Votes 2 Answers 554 Views
is allegroai package accessible for scale only?
one year ago
0 Votes
1 Answers
520 Views
0 Votes 1 Answers 520 Views
Hi, how can I run on remote with clone the repo? pre-made docker with all the code
10 months ago
one year ago
0 Is Allegroai Package Accessible For Scale Only?

thanks John, I'll set a demo soon

one year ago
0 Hi

I thought maybe the experiment manager section can be integrated

one year ago
0 Hi

no, I mean to launch clearml from kubeflow UI

one year ago
0 Hi

not in use yet, but we want to take it as option in the future

one year ago
0 Hi

organization solution

one year ago
0 Hi, I Encountered An Issue That Might Affect Others As Well: When Using "

Thanks Martin.
I'll use this hack next time, but I think it might cause runtime issues when we use it naive way.
a different use for task_name will be more intuitive (especially when get_task works like this)

2 years ago
0 Hi, I Encountered An Issue That Might Affect Others As Well: When Using "

AgitatedDove14 As a user I excepted that task_name will be a str, so from my point of view, it should be explicit as same as in get_task.
one option is to validate task_name not contains any regex related chars in init phase, second option is to add explicit task_name option to the interface and not all-in-one option.

2 years ago