Skip to content
Snippets Groups Projects
Commit 4e3f6641 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

Cleanup in 02_two_dim

parent 611b359a
No related branches found
No related tags found
No related merge requests found
...@@ -27,12 +27,11 @@ import torch ...@@ -27,12 +27,11 @@ import torch
import gpytorch import gpytorch
from matplotlib import pyplot as plt from matplotlib import pyplot as plt
from matplotlib import is_interactive from matplotlib import is_interactive
from mpl_toolkits.mplot3d import Axes3D
import numpy as np import numpy as np
from sklearn.preprocessing import StandardScaler from sklearn.preprocessing import StandardScaler
from utils import extract_model_params, plot_samples, fig_ax_3d from utils import extract_model_params, fig_ax_3d
# - # -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment