itdxer / neupy

NeuPy is a Tensorflow based python library for prototyping and building neural networks

Home Page:http://neupy.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GaussianProcess package not available

aquibjamal opened this issue · comments

Hi,

In the Hyperparameter optimization for neural networks tutorial, the following line of code is used:
from sklearn.gaussian_process import GaussianProcess

Since GaussianProcess is replaced by GaussianProcessClassifier and GaussianProcessRegressor, how will the code be with GaussianProcessRegressor() function.

Please clarify this point.

Thanks in advance,

With regards,
Aquib Jamal

commented

Hi,
Thank you for reporting this issue. I've noticed this problem with latest sklearn version and I've modified notebook, but I forgot to do the same for the article.

Notebook with modified code is available here: https://github.com/itdxer/neupy/blob/master/notebooks/Hyperparameter%20optimization%20for%20Neural%20Networks.ipynb

I hope it helps

Thank you for the information !