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 27 days ago

Reputation

0

Badges 1

85 × Eureka!
0 Votes
11 Answers
589 Views
0 Votes 11 Answers 589 Views
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
3 years ago
0 Votes
0 Answers
612 Views
0 Votes 0 Answers 612 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...
3 years ago
Show more results questions
0 When Trains-Agent Is Configured With

as when it run first time after .trains/venv-build cleaning, it output this message for this package - pycparser @ file:///home/conda/feedstock_root/build_artifacts/pycparser_1593275161868/work wondering why it specify this package as for most other packages it just prints the version number

3 years ago
3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

thanks AgitatedDove14 for the links.. seems like i might try first one if it works out .. before going the route to create a full framework support as in our case team uses multiple different frameworks

3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

AgitatedDove14 it seems uploading artifact and uploading models are two different things when it comes to treating fileserver... as when i upload artifact it works as expected but when uploading model using outputmodel class, it wants output_uri path.. wondering how can i as it to store it under the fileserver like artifacts LightGBM.1104445eca4749f89962669200481397/artifacts/Model%20object/model.pkl

3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

so i was expecting that uploaded model will be for example LightGBM.1104445eca4749f89962669200481397/models/Model%20object/model.pkl

3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

AgitatedDove14 Morning... so what should the value of "upload_uri" to set to, fileserver_url e.g. http://localhost:8081 ?

3 years ago
0 For The Frameworks Which Are Supported In Built, Trains Stores The Trained Model As Output Model E.G. For Xgboost Here

so just under models dir rather than artifact... any way to achieve this or i should just treat it as artifact ?

3 years ago
0 When Trains-Agent Is Configured With

AgitatedDove14 it seems i am having issues when i restart the agent... it fails in creating/setting up the env again... when i clean up the .trains/venv-builds folder and run a job for agent.. it is able to create the env fine and run job successfully.. when i restart the agent it fails with messages like
` Requirement already satisfied: cffi@ file:///home/conda/feedstock_root/build_artifacts/cffi_1595805535531/work from file:///home/conda/feedstock_root/build_artifacts/cffi_1595805535...

3 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

3 years ago
0 When Trains-Agent Is Configured With

ok... is there any way to enforce using a given system wide env.. so agent doesn't need to spend time with env. creation

3 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..

3 years ago
0 When Trains-Agent Is Configured With

is it because of something wrong with this package build from their owner or something else

3 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

AgitatedDove14 sorry having issues on my side to connect to server to test it.. but directory structure when i execute the command is like this
Directory layout: ~/test/scripts/script.py ~$ python -m test.scripts.script --args

3 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

with this layout.. it didn't work earlier

3 years ago
0 In Ui Under Execution Tab, I See That The Trains Has

i can not check the working directory today due to vpn issues in accessing server but script path was -m test.scripts it was missing script from it

3 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

3 years ago
0 When Running In

thanks for your help AgitatedDove14

3 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

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

once i removed the seaborn plot then CM plots becomes visible again

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

its not that they are blank.. whole page is blank including plotly plots

3 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

3 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()

3 years ago
Show more results compactanswers