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 Everyone, Just Setup Trains.. Was Very Easy To Setup. Was Able To Run An Experiment With It. Question: Is It Possible To Turn Off The Code Tracking (Anything Related To Git) ?

Hi everyone, just setup trains.. was very easy to setup. Was able to run an experiment with it. Question: Is it possible to turn off the code tracking (anything related to git) ?

  
  
Posted 4 years ago
Votes Newest

Answers 5


:)

  
  
Posted 4 years ago

Thanks..for now.. I just commented some parts of the code to get around this

  
  
Posted 4 years ago

I see... We could definitely add an argument to control it. I'll update here once there is an RC

  
  
Posted 4 years ago

So, the usecase is that I am in the middle of developing a model and I have some untracked files, some code which I have not yet pushed in, some code which is not yet upto pep8 standards etc, I dont want it to show up on the dashboard. It will be good to have control over when I want to track git.

  
  
Posted 4 years ago

Hmmm, I'm not sure that you can disable it. But I think you are correct it should be possible. We will add it as another argument to Task.init. That said, FriendlyKoala70 what's the use case for disabling the code detection? You don't have to use it later, but it is always nice to know :)

  
  
Posted 4 years ago