pyKriging
pyKriging copied to clipboard
Welcome to the User Friendly Python Kriging Toolbox!
First of all, thank you for your package! Apart from 2 issues I found (of which this is one), everything works very well! I was getting a IOError when generating...
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...
I think there might be a bug in the kriging or MSE estimate if the problem is compressed to 2-D (ie, one input and one output). If you run the...
Hi, I would like to know what are the variables Xe, Xc, yc and ye. Thanks!
When trying to create an optimal LHC sampling plan for k>2, I am getting an IndexError from numpy in the samplingplan.perturb function. Upon closed inspection, this seems to be happening...
Hi there, I'm new to this lovely tool and had run some surrogate model optimization to validate this, all 2 dimension benchmark functions(Brainin, Rastrigin, Rosenbrock2D) showed relatively good perfomance. However,...
This isn't a bug report, just some information for anyone looking to accelerate pyKriging. I [profiled](https://docs.python.org/3/library/profile.html) running one of the examples (`2d_leave_n_out.py`) to see which parts of the code take...
_I've recently tried initialising a pyKriging object with a 2D sampling plan of 100 points (generated using the package's optimallhc method). However, a "bad params" error was raised by the...
CoKiging
Can anyone share how to use CoKriging using this package. I have one target variable and one auxillary variable along with X,Y coordinates i.e. latitude and longitude. How can i...
Replaced indeterminate if ... elif with if ... else Replace numpy float with float