Skip to content

GP model training fails while RF model training completes #26

Answered by EricKeenan
EricKeenan asked this question in Q&A
Discussion options

You must be logged in to vote

I take it I need to call GPflow directly? White isn't yet implemented as a kernel in ESEm?

gp_model = gp_model(X_train, Y_train, kernel='White')

---------------------------------------------------------------------------
ValueError                                Traceback (most recent call last)
<timed exec> in <module>

/projects/erke2265/software/anaconda/envs/esem/lib/python3.7/site-packages/esem/__init__.py in gp_model(training_params, training_data, data_processors, kernel, kernel_op, active_dims, noise_variance, name, gpu)
     80         kernel = _get_gpflow_kernel(kernel, n_params, active_dims=active_dims, operator=kernel_op)
     81     elif not isinstance(kernel, gpflow.kernels.K…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@duncanwp
Comment options

@EricKeenan
Comment options

Answer selected by EricKeenan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants