当 n_jobs > 1 时, DFS 失败

作者: simon-forb创建于 2025年9月2日更新于 2025年9月2日
标签bug

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/home/simon/code/tabmodel-for-relbench/src/tabmodel_for_relbench/feature_eng/main.py", line 65, in main() File "/home/simon/code/tabmodel-for-relbench/src/tabmodel_for_relbench/feature_eng/main.py", line 40, in main train_feat_mat = construct_feature_matrix(train_es, train_time_col) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/simon/code/tabmodel-for-relbench/src/tabmodel_for_relbench/feat_matrix_constructor.py", line 15, in construct_feature_matrix train_feat_matrix, _ = dfs( ^^^^ File "/home/simon/.cache/pypoetry/virtualenvs/tabmodel-for-relbench-7r7VglWt-py3.12/lib/python3.12/site-packages/featuretools/utils/entry_point.py", line 39, in function_wrapper raise e File

内容来源: alteryx/featuretools