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
Q: Hello, I Am A Clearml Begineer, Can I Use Clearml Open-Source To Build Our Customized Platform? What Are The Limits Of Clearml While Building Mlops Platform?

Q: Hello, I am a ClearML begineer, Can I use ClearML Open-source to build our customized platform? What are the limits of ClearML while building MLOps Platform?

  
  
Posted one year ago
Votes Newest

Answers 30


I am not very familiar with KubeFlow but as far as I know it is mainly for orchestration whereas ClearML offers a full E2E solution 🙂

  
  
Posted one year ago

I would advise using ClearML 😄

  
  
Posted one year ago

I really like ClearML

  
  
Posted one year ago

😄 Yes

  
  
Posted one year ago

clearml-agent is for orchestration - remote execution. clearml is the python package you need to install and add the magic lines of code:
https://github.com/allegroai/clearml

  
  
Posted one year ago

I want to build end2end mlops platform, so i just use only clear-agent natanM?

  
  
Posted one year ago

I don't really understand about remote execution

  
  
Posted one year ago

Thank you

  
  
Posted one year ago

but

  
  
Posted one year ago

That means I can use ClearML Agent instead of Kubernetes, right?

  
  
Posted one year ago

but you can use it with or without K8s

  
  
Posted one year ago

It depends on what you use K8s for

  
  
Posted one year ago

like docker or K8s?

  
  
Posted one year ago

Thank you

  
  
Posted one year ago

It's a way to execute tasks remotely and even automate the entire process of data pre processing -> training -> output model 🙂
You can read more here:
https://github.com/allegroai/clearml-agent

  
  
Posted one year ago

from data versioning, model serving, model experiment

  
  
Posted one year ago

I feel ClearML is an end-to-end MLOps platform

  
  
Posted one year ago

I really don't understand about orchestration

  
  
Posted one year ago

I see two versions: clearml and clearml-agent

  
  
Posted one year ago

And orchestration 🙂

  
  
Posted one year ago

can you explain simpler?

  
  
Posted one year ago

right?

  
  
Posted one year ago

Sorry

  
  
Posted one year ago

I'm really confused when choosing a framework to build our end2end MLOps Platform.

  
  
Posted one year ago

Can you give me some advices?

  
  
Posted one year ago

It means you can run your code on a different machine very very easily using ClearML 🙂

  
  
Posted one year ago

run on dockers - i.e. execute your code inside of a docker image

  
  
Posted one year ago

I am thinking that ClearML Agent like K8s?

  
  
Posted one year ago

What's that mean? can you give me an example

  
  
Posted one year ago

It can run dockers and it can run over K8s

  
  
Posted one year ago
126 Views
30 Answers
one year ago
4 months ago
Tags