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, We Are Trying To Understand When The Auto-Logging Parameters Configuration. From The

Hi,
We are trying to understand when the auto-logging parameters configuration.
from the https://github.com/allegroai/clearml/blob/master/examples/frameworks/scikit-learn/sklearn_matplotlib_example.py - we can see that none of the parameters are logged.
e.g. we would like to log the ShuffleSplit parameters in addition to the https://github.com/allegroai/clearml/blob/master/examples/frameworks/scikit-learn/sklearn_matplotlib_example.py#L150
Is there any auto-logging for such parameters or should we manually use the https://clear.ml/docs/latest/docs/references/sdk/task/#connect_configuration to log the parameters?

  
  
Posted 2 years ago
Votes Newest

Answers 5


Hi OutrageousSheep60 , I think the connect_configuration is your solution for this one (or connect)

  
  
Posted 2 years ago

Hi, it does not log the internal sklearn configuration, that is correct.
I think the problem is finding a standard way to allow you both log and change it later from the UI. But I think you can still connect it directly as a configuration and that should work 🙂

  
  
Posted 2 years ago

Great - Thx TimelyPenguin76 for your input

  
  
Posted 2 years ago

Not one known to me, also, it's a good practice to implement (Think of automation) 🙂

  
  
Posted 2 years ago

Thx CostlyOstrich36 for your input -
So I guess that if we try to always work with https://clear.ml/docs/latest/docs/fundamentals/hyperparameters (even if there is only have 1 parameter), we will consistently log our parameters.
Do you have a suggested different workflow?

  
  
Posted 2 years ago
726 Views
5 Answers
2 years ago
one year ago
Tags
Similar posts