This repository contains code for "Predicting the Activities of Drug Excipients on Biological Targets using One-Shot Learning" paper.
1.generate_negative_sample.py
In-house code used to generate negative samples, based on the procedures in the Method section in the paper.
2.prepare_input_file.py
Script to generate the input file for one-shot-models.
3.one-shot-models.py
Python code to train three one-shot models on Kinase/GPCR dataset, using the package in deepchem.