Usage Question: User defined configuration
See original GitHub issueI have an usage question. I’m designing a toolbox that will contain a configuration of approaches to train and evaluate ML models. This toolbox is an application that can be installed with it’s own configuration files.
Is there a way for the user to:
- Define their own set of configuration files locally:
configs/<groups>/user_impl.yaml
. For example, their own dataset and models - Define their own local
config.yaml
file that can utilize the local configurations and the packaged configurations
I’m struggling to figure out a solution to this. Do I use the search_path
plugin? The compose
interface? Structured configs? I may be missing something simple. I feel like it’s right there but I can’t see it!
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
use user defined configuration file - Forums - IBM Support
i add the env variables via job properties -> parameters -> add environment variable... then i add the $APT_CONFIG_FILE on the list,and set...
Read more >Writing/Reading User-Defined settings in app.config file
UPDATE: Instead of using ConfigurationManager, I simply use Properties.Settings.Default. However, I am having bit of a problem writing into ...
Read more >User-defined configuration templates - ManageEngine
To create a user-defined template, follow the steps given below: Navigate to Configurations -> Templates. Select User-defined as your template type. Click on ......
Read more >What are different Configuration Elements in JMeter Test Plan
User Defined Variables Element let us use default variables and values in the test plan. If you need to use UDV in only...
Read more >Step By Step Guide for Configuring User-Defined Search In PI
Step By Step Guide for Configuring User-Defined Search In PI · 1. Open PI browser. · 2. Then select “configuration and Monitoring Home”...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ack. That was it! I had to do
pip install .
🙄Thanks for your patience and help, much appreciated