Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86581

Re: Gaussian process regression

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Peter Pearson <pkpearson@nowhere.invalid>
Newsgroups comp.lang.python
Subject Re: Gaussian process regression
Date 27 Feb 2015 17:55:19 GMT
Lines 27
Message-ID <clbpc7F890iU1@mid.individual.net> (permalink)
References <5d2cd3fd-9d63-4e79-af1c-965d50145801@googlegroups.com>
X-Trace individual.net rcX1RZwABiPL0WqF69h5ywUVtdQDWIIeIzIHFSuIiBU+RSRlzP
Cancel-Lock sha1:Mt4H2hfxY7IogVgGfzqjdQQXqns=
User-Agent slrn/pre1.0.0-18 (Linux)
Xref csiph.com comp.lang.python:86581

Show key headers only | View raw


On Thu, 26 Feb 2015 09:59:45 -0800 (PST), jaykim.huijae@gmail.com wrote:
>
> 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 = GaussianProcess()
> gp.fit(reference, concentration)
> concentration_pred = gp.predict(sample)
[snip]

I'm sorry you're not getting help from this normally very helpful group.
I'd guess that's because nobody here uses sklearn.  Where did you get
sklearn?  Is it possible that there's an sklearn forum somewhere?

I've seen many of this group's regular participants go to great lengths
to help people with specialized problems, but for one of those people
to help with your problem, he or she would have to find and install
sklearn and learn enough about it to generate data sets on which
to exercise the code you've provided.  That's a lot to ask.  Can
you lower the activation barrier?

-- 
To email me, substitute nowhere->runbox, invalid->com.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Gaussian process regression jaykim.huijae@gmail.com - 2015-02-26 09:59 -0800
  Re: Gaussian process regression Peter Pearson <pkpearson@nowhere.invalid> - 2015-02-27 17:55 +0000
    Re: Gaussian process regression Fabien <fabien.maussion@gmail.com> - 2015-02-27 19:33 +0100

csiph-web