To run this code project, you should run the shell commond, 

```bash 
$ cd  ***the path of this folder***
```

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

Once the conda environment is set up and activated, to get the figure displayed in the paper, you should run,

```bash
$ bash run_all.sh
```

After the code finishes runing , you should run,

```bash
$ python plot_unit.py
```

There will be some images generating in this folder.