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 Folks, What Is The Process To Get An Ml Algo/Engine Added To The List Of Integrations?

Hi Folks,
What is the process to get an ML algo/engine added to the list of integrations?

https://clear.ml/docs/latest/docs/integrations/libraries
How would you add support for H2O models?

  
  
Posted 2 years ago
Votes Newest

Answers 6


FrustratingShrimp3 , it could be quite simple to do yourself as well. You can take a look at the example bindings here:
https://github.com/allegroai/clearml/tree/master/clearml/binding
It shouldn't be difficult to implement a new framework

  
  
Posted 2 years ago

Is this something that the ClearML team could add? Would it be helpful to have a call?

FrustratingShrimp3 , I think you can open a github issue to request the new feature

  
  
Posted 2 years ago

Is this something that the ClearML team could add? Would it be helpful to have a call?

  
  
Posted 2 years ago

Is there any additional documentation?

  
  
Posted 2 years ago

Hi FrustratingShrimp3 , which framework would you like added?

  
  
Posted 2 years ago
848 Views
6 Answers
2 years ago
one year ago
Tags