ValueError: model.yml features:encoding:type target unrecognized
See original GitHub issueI’m getting this error when running the examples.
Any ideas?
Traceback (most recent call last):
File "/usr/local/bin/alphapy", line 10, in <module>
sys.exit(main())
File "/usr/local/lib/python3.7/site-packages/alphapy/__main__.py", line 471, in main
specs = get_model_config()
File "/usr/local/lib/python3.7/site-packages/alphapy/model.py", line 270, in get_model_config
raise ValueError("model.yml features:encoding:type %s unrecognized" % encoder)
ValueError: model.yml features:encoding:type target unrecognized
Issue Analytics
- State:
- Created 3 years ago
- Comments:21
Top Results From Across the Web
Unrecognized configuration class <class 'transformers.models ...
Describe the bug Default Hugging face command gives an error for both 1,3B and 2.7B models. To Reproduce Steps to reproduce the behaviour:...
Read more >Release 2.5.0 Mark Conway, Robert D. Scott II
In market.yml, we limit our model to six stocks in the target group test, ... Raises ValueError – Unrecognized value of a model.yml...
Read more >Instantiating one of AutoConfig, AutoModel ... - Stack Overflow
ValueError : Unrecognized model in ./MRPC/. Should have a `model_type` key in ... Error occurs in Section 1.2, only for these 2 new...
Read more >Model configurations | dbt Developer Hub
yml file, under the models: key. Model configurations are applied hierarchically. The most-specific config always "wins": In the project file, ...
Read more >dbt Guide - GitLab
This macro takes the configuration (target name and schema) supplied in the profiles.yml as well as the schema configuration provided in the model...
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 FreeTop 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
Top GitHub Comments
Nevermind - I got it all working. Just updated a few dependencies here and the YAML file and it worked fine.
I’m running Python 3.6.9 on Ubuntu (shown below):