On Fri, Feb 27, 2015 at 03:04:25AM +0900, Huijae wrote:
> Hi, I am trying to use Gaussian process regression for Near Infrared
> spectra. I have reference data(spectra), concentrations of reference
> data and sample data, and I am trying to predict concentrations of
> sample data. Here is my co
On 26/02/15 18:04, Huijae wrote:
Hi, I am trying to use Gaussian process regression for Near Infrared spectra. I
have reference data(spectra), concentrations of reference data and sample data,
and I am trying to predict concentrations of sample data. Here is my code.
from sklearn.gaussian_proce
Hi, I am trying to use Gaussian process regression for Near Infrared spectra. I
have reference data(spectra), concentrations of reference data and sample data,
and I am trying to predict concentrations of sample data. Here is my code.
from sklearn.gaussian_process import GaussianProcess gp = Gau