mill1016
Results
2
issues of
mill1016
Hello, reading the documentation for gp_minimize is says the 'Length Scale', 'Covariance Amplitude', and 'Noise' are optimized. However, when I am running they seem to be fixed (look at res.models)...
Hello, let's say I have set-up and trained my model, k = kriging(np.array(X),np.array(y)) k.train(optimizer=optimizer) where X has 50rows and 13 columns. I now want to use it to predict new...