Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.18 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.18 KB

Introduction to Gaussian Processes

Binder

One may start with the tutorial using either:

  • Jupyter Notebook served on Binder
  • Jupyter Notebook served by own server
    • Using Docker
    • Using Conda

Binder

The Jupyter Notebook is available on Binder for ease of use: Binder

Note: May take a while to start the notebook as the Docker image might need to be rebuilt.

If you're interested in the Binder Project please visit the project website MyBinder or a brief description about the project on Jupyter.

Serving the Notebook using Docker environment

make build
make run

Serving the Notebook using Conda environment

Clone Github repo and create Conda environment

git clone https://github.com/endrelaszlo/IntroGaussianProcess.git
cd IntroGaussianProcess 
conda env create -f environment.yml
conda activate gp
juptyer notebook