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 2 years ago
Votes Newest

Answers 9


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

  
  
Posted 2 years ago

organization solution

  
  
Posted 2 years 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 2 years ago

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

  
  
Posted 2 years 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 2 years ago

no, I mean to launch clearml from kubeflow UI

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

I thought maybe the experiment manager section can be integrated

  
  
Posted 2 years 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 2 years ago
809 Views
9 Answers
2 years ago
one year ago
Tags