[scikit-learn] Gaussian Process Regression with multiple features

Apu Sarkar apusarkar at gmail.com
Tue Jun 2 06:37:29 EDT 2020


Apu Sarkar <apusarkar at gmail.com>
[image: image.gif]

1:32 PM (2 hours ago)
[image: image.gif]

[image: image.gif]

to scikit-learn
[image: image.gif]

Hi,

I am trying to predict a target (DeltaNDT) which is dependent on five
features (Cu, Ni, P, T, Fluence).

Please check the ipython notebook and the csv input data:
https://github.com/apusarkar/GP-Regression

gpr.predict is generating predictions for the train data.

However, with
test_preds = gpr.predict(X_test)

all values test_preds are zeros.

Please help me to find the mistake in my approach.

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200602/b4f6f3c1/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.gif
Type: image/gif
Size: 43 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200602/b4f6f3c1/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.gif
Type: image/gif
Size: 43 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200602/b4f6f3c1/attachment-0001.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.gif
Type: image/gif
Size: 43 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200602/b4f6f3c1/attachment-0002.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.gif
Type: image/gif
Size: 43 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/scikit-learn/attachments/20200602/b4f6f3c1/attachment-0003.gif>


More information about the scikit-learn mailing list