Create a code environment using the 'environment.yml' in the folder,
```bash
$ conda env create -f environment.yml
$ conda activate regression
```


To run the experiments, use the following commands:

bash main_for_cifar.py   # To run experiments on CIFAR-10 dataset
bash main_for_mnist.py   # To run experiments on MNIST dataset
bash main_scRNA.py       # To run experiments on scRNA-seq dataset