i also try here to use the INP framework for a biologicla problem (predicting ligand protein binding)
The environment.yaml lists the required packages to reproduce the experiments presented in the paper. To install the evnironment run:
conda env create -f environment.yaml
conda activate inps
jobs/run_sinusoids.sh contais commands that need to be run to reproduce the experiments with synthetic data
After training the models, results can be analyzed with the following two notebooks:
evaluation/evaluate_sinusoids.ipynbcontains the analysis of the base experimentsevaluation/evaluate_sinusoids_dist_shift.ipynbcontains the analysis of the train/test distribution shift experiment
jobs/run_temperatures.sh contais commands that need to be run to reproduce the experiments with the tempereatures datasets
After training the models, results can be analyzes with evaluation/evaluate_temperature.ipynb
