Kernel: Python 3.7.13 ('py3713')
Kernel Ridge Regression Vs Gaussian Process
In [13]:
Data
In [14]:
Fitting the Models
In [15]:
Out[15]:
Time for KRR fitting: 21.660
In [16]:
Out[16]:
Time for GPR fitting: 0.485
Predicting the models
In [17]:
Out[17]:
Time for KRR prediction: 0.042
/home/patel_karm/anaconda3/envs/py3713/lib/python3.7/site-packages/ipykernel_launcher.py:25: DeprecationWarning: The 'predict' method is deprecated and 'condition' should be preferred
Time for GPR prediction: 5.817
/home/patel_karm/anaconda3/envs/py3713/lib/python3.7/site-packages/ipykernel_launcher.py:31: DeprecationWarning: The 'predict' method is deprecated and 'condition' should be preferred
Time for GPR prediction with standard-deviation: 5.894
Plots
In [21]:
Out[21]:
saving image to figures/krr_vs_gpr_latexified.pdf
Figure size: [6. 2.]
In [ ]: