asavinov/intelligent-trading-bot

ERROR: no train feature sets defined. Nothing to process.

Closed this issue · 1 comments

Hi, I get an error when running the python -m scripts.train -c config\config.json script, I have run the following commands first:

python -m scripts.download_binance -c config.json
python -m scripts.merge -c config.json
python -m scripts.features -c config.json
python -m scripts.labels -c config.json

I an using config.json with config-sample-v0.6.0.jsonc version.

All of which ran successfully. Any help would be appreciated, Thanks.

ERROR: no train feature sets defined. Nothing to [process.]

Complete Output:

(venv) C:\Users\beres\Desktop\intelligent-trading-bot>python -m scripts.train -c config\config.json
2024-07-11 14:53:38.165050: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2024-07-11 14:53:38.739186: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
Loading data from source data file C:\DATA_ITB\BTCUSDT\matrix.csv...
Finished loading 3629188 records with 27 columns.
Input data size 3629188 records. Range: [2017-08-17 04:00:00, 2024-07-11 10:27:00]
ERROR: no train feature sets defined. Nothing to process.

image

Issue resolved by using "config-sample-v0.7.dev.jsonc" template instead of "config-sample-v0.6.0.jsonc".