Giter Site home page Giter Site logo

Comments (4)

rth avatar rth commented on July 23, 2024 1

@moonlighf Well, some people who have successfully run PyKrige with a few 100k points, see #29 (comment)

In your case, I might make sense to,

  1. build the variogram model on a small random subset of your points (say 10k-50k). You could use sklearn.utils.resample.
  2. then run your kriging on the full dataset with backend="C" and by providing the n_closest_points parameter.

Though looking into this further it further it looks like we don't support this yet see #29 (comment)
So I think we would need to fix #29 for this to work.

In general, don't run any algorithm on a very large datset. Start by using a small subsample, see how long it takes then increase the dataset size. This way you can predict how long it will take to run on the full dataset without "waiting days" .

@basaks or @kvanlombeek might have other suggestions.

Also make sure you use the 1.3.2 version from PyPi or the development version from github.

from pykrige.

rth avatar rth commented on July 23, 2024

Could you please provide more details about the size of your data (number of points, etc), the corresponding run time in Arcgiss, if you run it on a single cpu or on a cluster, etc?
See scaling benchmarks in #37

from pykrige.

moonlighf avatar moonlighf commented on July 23, 2024

@rth there is about millions of points and i have spent several days in arcgis, it doesn't get result. my computer is only single cpu .

from pykrige.

MuellerSeb avatar MuellerSeb commented on July 23, 2024

Closing due to inactivity. Feel free to reopen if needed.

from pykrige.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.