{ "cells": [ { "cell_type": "markdown", "id": "a1668795-158d-4a33-b444-f561e49fce02", "metadata": {}, "source": [ "# Gaussian process regression" ] }, { "cell_type": "code", "execution_count": 46, "id": "43ab5992-63e0-45ee-bed0-ef0511be5687", "metadata": {}, "outputs": [], "source": [ "import matplotlib.pyplot as plt\n", "import numpy as np\n", "\n", "from pyinla.model import *\n", "from pyinla.spde import *\n", "from pyinla.utils import set_pardiso_license" ] }, { "cell_type": "code", "execution_count": 51, "id": "4ec4ecc1-f8b1-49bc-b484-fccc39034df8", "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " StrVector with 1 elements.\n", "
\n", " 'SUCCESS: PARDISO IS INSTALLED AND WORKING'\n", " | \n", " \n", "