Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: features_kline #37

Open
itsXactlY opened this issue Oct 13, 2023 · 1 comment
Open

KeyError: features_kline #37

itsXactlY opened this issue Oct 13, 2023 · 1 comment

Comments

@itsXactlY
Copy link

itsXactlY commented Oct 13, 2023

Hey, still in the process of figuring out and feel a bit lost, when i run; "python -m scripts.grid_search" it errors like;

2023-10-13 20:47:06 ⌚ alca in ~/projects/intelligent-trading-bot
± |master ?:5 ✗| → python -m scripts.grid_search
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/alca/projects/intelligent-trading-bot/scripts/grid_search.py", line 24, in
features_kline = App.config["features_kline"]
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
KeyError: 'features_kline'

Everything else like;

python -m scripts.download_binance -c config.jsonc
python -m scripts.merge -c config.jsonc
python -m scripts.features -c config.jsonc
python -m scripts.labels -c config.jsonc
python -m scripts.train -c config.jsonc
python -m scripts.signals -c config.jsonc
python -m scripts.train_signals -c config.jsonc
python -m service.server -c config.jsonc

runs flawless.

@asavinov
Copy link
Owner

the functions of grid_search are in train_signals so I removed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants