Consider "./" to be the directory of this file.

Get the ground-truth results from the other methods at:
  https://github.com/cavalab/srbench/blob/master/results/ground-truth_results.feather
put the .feather file inside the "./results" folder
Run "./postprocessing/groundtruth_results.ipynb" cells up to the cell preceded by the "save summary data" header:
  if not htssr_mask.any():
    df_sum.to_csv(rdir+'/GT_symbolic_dataset_results_sum.csv.gz',compression='gzip', index=False)
rename "./results/ground-truth_results.feather" to "./results/GT_ground-truth_results.feather"
rename "./results/ground-truth_solns.feather" to "./results/GT_ground-truth_solns.feather"

From "./", follow the commands below:
  cd experiment
  ./train_sym.sh htssr
  ./test_sym.sh htssr
  cd ../postprocessing
  python collate_groundtruth_results.py

Run "./postprocessing/groundtruth_results.ipynb" cells to get the plots of the SEBench experiment
