Saving my validation notes here in case it helps others run this model, or for if I need to run the model in the future.
* Create a `p2.xlarge` instance using the following AMI: `Deep Learning AMI (Amazon Linux 2) Version 27.0` (any old AMI with Docker should work, no need for GPU for this container)
* `docker login docker.synapse.org`
* `docker pull docker.synapse.org/syn21562777/ctd2_netphar_final:final`
* `mkdir output`
* test without training: `docker run -it --rm -v ${PWD}/output:/output docker.synapse.org/syn21562777/ctd2_netphar_final:final`
Runs an R script and will output predictions.csv in the `output` directory.