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
Profile picture
PompousParrot44
Moderator
32 Questions, 85 Answers
  Active since 10 January 2023
  Last activity 8 months ago

Reputation

0

Badges 1

85 × Eureka!
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

i think for now it should do the trick... was just thinking about the roadmap part

4 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

not so sure.. ideally i was looking for some function calls which enables me to create a sort of DAG which get scheduled at given interval and DAG has status checks on up streams task ... so if upstream task fails.. downstream tasks are not run

4 years ago
0 So If There A Way To Make It Run In The

you replied it already.. it was execute_remotely called with exit_true argument

4 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

looking at the above link, it seems i might be able to create it with some boilerplate as it has concept of parent and child... but not sure how status checks and dependency get sorted out

4 years ago
0 I Know I Can Run This Manually In Step By Step But Wondering If This Can Be Automated As Scheduled Tasks

this looks good... also do you have any info/eta on next controller/service release you mentioning

4 years ago
0 Is There A Link Which Describes The Differences In Community And Enterprise Versions

couldn't find the licensing price for enterprise version

4 years ago
0 When Running In

i guess i was not so clear may be.. say e.g. you running lightgbm model training, by default it will take all the cpus available on the box and will run that many threads, now another task got scheduled on the same box now you have 2x threads with same amount of CPU to schedule on. So yes the jobs will progress but the progression will not be the same due to context switches which will happen way more than say if we have allowed on 1/2x threads for each job

4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

so as you say.. i don't think the issue i am seeing is due to this error

4 years ago
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

this is when executed from directly with task.init()

4 years ago
4 years ago
0 When Trains-Agent Is Configured With

thanks for letting me know.. but it turns out after i have recreated my whole system environment from scratch, trains agent is working as expected..

4 years ago
0 When Trains-Agent Is Configured With

thanks for the update... it seems currently i can not pass the http/s proxy parameters as when agent creates a new env and try to download some package its being blocked by our corp firewall... all outgoing connection needs to pass through a proxy.. so is it possible to specify that or environment variables to agent

4 years ago
4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

or is there any plan to fix it in upcoming release

4 years ago
4 years ago
0 Wondering Why My Plots Are Not In Plot Section But Under Debug Section

TimelyPenguin76 yeah when i run matplotlib with show plots does land under Plot section... so its mainly then the imshow part.. i am wondering why the distinction and what is the usual way to emit plots to debug samples

4 years ago
4 years ago
0 When Running In

thanks... i was just wondering if i overlooked any config option for that... as cpu_set might be possibility to for cpu

4 years ago
0 When Running In

i don't need this right away.. i just wanted to know the possibility fo dividing the current machine into multiple workers... i guess if its not readily available then may be you guys can discuss to see if it makes sense to have it on roadmap..

4 years ago
Show more results compactanswers