pyKriging icon indicating copy to clipboard operation
pyKriging copied to clipboard

Welcome to the User Friendly Python Kriging Toolbox!

Results 21 pyKriging issues
Sort by recently updated
recently updated
newest added

Is there any algorithm example like Kriging?

I could not open this URL (http://www.pykriging.com/), does anyone have the same problem as me ?

Hello Where can I find the pyKriging documentation that explains how this module works and what features it has. So far I have come across the following website: http://www.pykriging.com/ I...

k.plot() Generate three graphs, but I want to get only the fitting diagram of the kriging model. how to use it?

The example demonstrates two-dimensional and three-dimensional.Now there is a group of 5-Dimensional data with 5 columns and 100 rows, and 3 columns and 100 rows are output. How to establish...

Hi, I am using pyKriging to train a set of input(100 rows and 3 columns) and output(100 rows and 400 columns) data, but it shows that there is a problem:...

Hi. I noticed that both krige and regressionkrige can choose optimizer. Both PSO and GA works fine in my code when using krige. But when using regressionkrige, GA and no...

Hi, Can it support the calculation of average regression kriging variance for multiple targets?

Hi, sorry for bothering you. I have been dealing with the following problem for 3 months, hence I decided to try to share it. I am training kriging and xgboost...