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 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
when i am trying to see the "Plots" under result section.. i am seeing this error in browser console ERROR TypeError: e['trains-server'] is undefined and the...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
and the above error is caused by routine update check being blocked...
4 years ago
Show more results questions
4 years ago
0 Colors Of Cm Reporting Are Strange... Is It Possible To Adjust The Default Ones

trains is run using docker-compose allegroai/trains-agent-services:latest and allegroai/trains:latest

4 years ago
0 Looking At The Docs.. I Couldn'T Find A Way To Cleanup The Experiments... Only Archive Them... I Also Noticed

TimelyPenguin76 is there any way to do this using UI directly or as a schedule... otherwise i think i will run the cleanup_service as given in docs...

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

also one thing i noticed.. when i report confusion matrix and some other plots e.g. seaborn with matplotlib.. on server side i can the plots are there but not visible at all

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

seems like port forwarding had an issue.. fixed that.. now running test again to see if things workout as expected

4 years ago
4 years ago
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 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 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
Show more results compactanswers