We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
the functions of grid_search are in train_signals so I removed it.
grid_search
train_signals
Sorry, something went wrong.
No branches or pull requests
Hey, still in the process of figuring out and feel a bit lost, when i run; "python -m scripts.grid_search" it errors like;
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.
The text was updated successfully, but these errors were encountered: