You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run python triazine_MPN.py --csv DD1S_CAIX_QSAR.csv --out test1, it happened a error,the KeyError: "None of [Index(['sEH_[strep]_tot'], dtype='object')] are in the [columns]", I really want to run it successfully, but how should i do
The text was updated successfully, but these errors were encountered:
triazine_MPN.py is meant to be run only for the triazine dataset (so the --csv flag should be left as the default of 'triazine_lib_sEH_SIRT2_QSAR.csv'); to train directed message-passing neural networks on the DD1S CAIX dataset, run hyperparameter_optimization_DD1S_CAIX_MPN.py (for reference, see the "Regression models and binary classifiers" section of the README)
when i run python triazine_MPN.py --csv DD1S_CAIX_QSAR.csv --out test1, it happened a error,the KeyError: "None of [Index(['sEH_[strep]_tot'], dtype='object')] are in the [columns]", I really want to run it successfully, but how should i do
The text was updated successfully, but these errors were encountered: