-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
🐛 Bug Description
When trying
python examples/benchmarks_dynamic/DDG-DA/workflow.py run_all
the process is killed without any information
Screenshot
2022-11-29 19:01:54.163 | WARNING | qlib.tests.data:qlib_data:150 - Data already exists: ~/.qlib/qlib_data/cn_data, the data download will be skipped
If downloading is required: exists_skip=False or change target_dir
[136749:MainThread](2022-11-29 19:01:54,164) INFO - qlib.Initialization - [config.py:416] - default_conf: client.
[136749:MainThread](2022-11-29 19:01:54,166) INFO - qlib.workflow - [expm.py:40] - experiment manager uri is at file:/home/andrey/work/Projects/qlib/mlruns
[136749:MainThread](2022-11-29 19:01:54,166) INFO - qlib.Initialization - [init.py:74] - qlib successfully initialized based on client settings.
[136749:MainThread](2022-11-29 19:01:54,167) INFO - qlib.Initialization - [init.py:76] - data_path={'__DEFAULT_FREQ': PosixPath('/home/andrey/.qlib/qlib_data/cn_data')}
[136749:MainThread](2022-11-29 19:01:54,177) WARNING - qlib.workflow - [expm.py:229] - No valid experiment found. Create a new experiment with name feature_importance.
[136749:MainThread](2022-11-29 19:01:54,179) INFO - qlib.workflow - [exp.py:259] - Experiment 1 starts running ...
[136749:MainThread](2022-11-29 19:01:54,279) INFO - qlib.workflow - [recorder.py:342] - Recorder 46003b664c9c46b1842df94c06257aef starts running under Experiment 1 ...
ModuleNotFoundError. CatBoostModel are skipped. (optional: maybe installing CatBoostModel can fix it.)
ModuleNotFoundError. XGBModel is skipped(optional: maybe installing xgboost can fix it).
killed
Environment
Note: User could run cd scripts && python collect_info.py all under project directory to get system information
and paste them here directly.
- Qlib version: Nov 19
- Python version: 3.8
- OS (
Windows,Linux,MacOS): Linux - Commit number (optional, please provide it if you are using the dev version): Fixed log_param error #1362