This repository contains the experiments of the paper:
Hoffimann et. al. 2020. Geostatistical learning: challenges and opportunities.
After cloning the repository, you can either run the scripts to reproduce the results in your machine, or plot the results that were saved in the repository by the authors.
Please make sure that you have Julia v1.4 or a newer version of the language installed.
From the root folder of the project:
# Gaussian experiment
$ julia --project gaussian.jl
# New Zealand experiment
$ julia --project newzealand.jlRun the same commands but from the results folder.

