advisor icon indicating copy to clipboard operation
advisor copied to clipboard

sklearn gaussian process user warning.

Open michellemay opened this issue 7 years ago • 2 comments

I get lot of warnings from sklearn gaussian process:

/usr/local/lib/python3.6/dist-packages/sklearn/gaussian_process/gpr.py:457: UserWarning: fmin_l_bfgs_b terminated abnormally with the state: {'grad': array([ 0.20470272]), 'task': b'ABNORMAL_TERMINATION_IN_LNSRCH', 'funcalls': 59, 'nit': 7, 'warnflag': 2} " state: %s" % convergence_dict)

I'm using scikit-learn 0.19.2

michellemay avatar Aug 31 '18 12:08 michellemay

I am using scikit-learn 0.19.1 and did not have this warning.

Can you provide the study configuration(search space) and I can try in local environment? @michellemay

tobegit3hub avatar Sep 14 '18 08:09 tobegit3hub

Same setup as my other issue: #11

michellemay avatar Sep 18 '18 12:09 michellemay