This repository collects the notebook workflows, local code dependencies, and result artifacts used for graph-based DL-ML modeling work for PK parameters prediction and benchmarking.
AttentiveFP/: local Python package required by the Jupyter notebooksconfig.py: central training and path configurationutils.py: shared helper functions for training/evaluation flowrequirements.txt: Python dependency listREADME.md: notes on what to keep with the notebook workflow
DL_train_lgCL.ipynb: the CL deep-learning training notebook that importsAttentiveFPembML_CL_SVR.ipynb: embedding + SVR workflow for lgCL evaluation
data_prep/df_feature_5620.csv: main input table used by training notebookdata_prep/lgCL_Embeddings_RDKIT_S1.csvdata_prep/lgFu_Embeddings_RDKIT_S1.csvdata_prep/lgVD_Embeddings_RDKIT_S1.csv
Local cache file (not required for clean sharing/reproduction):
data_prep/df_feature_5620.pickle.pickle
- Keep generated checkpoints, checkpoint caches, and other large intermediates out of Git unless they are part of the deliverable.
- Use
.gitignoreto avoid accidental commits of notebook caches, Python bytecode, and temporary artifacts.