deleted pred.csv and test.csv since they are redundant files
placed the parameters of the model in the checkpoints folder and directed files to the path
changed predict to run api in service.py
changed conda install -c conda-forge rdkit=2020.03.4 to pip install rdkit==2023.3.1 and conda install -c mordred-descriptor mordred to pip install mordred==1.2.0 since they were failing to install even before I refactored the model
code
folder just as eos-templateconda install -c conda-forge rdkit=2020.03.4
topip install rdkit==2023.3.1
andconda install -c mordred-descriptor mordred
topip install mordred==1.2.0
since they were failing to install even before I refactored the model