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
Answered
Hi

Hi 🙂 is there an integration of clearml with kubeflow?
I mean to use kubeflow as orchestrator and clearml as experiment manager

  
  
Posted one year ago
Votes Newest

Answers 9


I thought maybe the experiment manager section can be integrated

  
  
Posted one year ago

IrritableJellyfish76 if this is the case, my question is what is the reason to use Kubeflow? (jupyterLab server spinning is a good answer for example, pipelines are to my opinion a lot less)

  
  
Posted one year ago

Oh, then no, you should probably do the opposite 🙂
What is the flow like now? (meaning what are you using kubeflow for and how)

  
  
Posted one year ago

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

  
  
Posted one year ago

no, I mean to launch clearml from kubeflow UI

  
  
Posted one year ago

You mean the entire organization already has Kubeflow, or to better organize something (if this is the second, what are we organizing, pipelines?)

  
  
Posted one year ago

Hi IrritableJellyfish76
If you are running a code that uses clearml from kubeflow, you have out of the box integration between the two, what am I missing?

  
  
Posted one year ago

No sure I follow, you mean to launch it on the kubernretes cluster from the ClearML UI?
(like the clearml-k8s-glue ?)

  
  
Posted one year ago

organization solution

  
  
Posted one year ago
559 Views
9 Answers
one year ago
one year ago
Tags