Giter Club home page Giter Club logo

pyinterpolate's Introduction

PyInterpolation

The Python package for spatial interpolation. The interpolation includes the Radius Base Function (RBF) and Kriging (Gaussian process) .

Installation

# on linux (bash)
git clone https://github.com/juifa-tsai/pyInterpolate
cd pyInterpolate
echo 'export PYTHONPATH="'`pwd`'":$PYTHONPATH' >> ~/.bash_profile # set enviroment to your shell profile
echo 'export PYTHONPATH="'`pwd`'/kriging":$PYTHONPATH' >> ~/.bash_profile # set enviroment to your shell profile
echo 'export PYTHONPATH="'`pwd`'/rbf":$PYTHONPATH' >> ~/.bash_profile # set enviroment to your shell profile

pyinterpolate's People

Contributors

juifa-tsai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pyinterpolate's Issues

Re-design for sklearn

The format of module is not completely compatible to sklearn. The reason for adopting to sklearn is because of the parameter optimization. Sklearn provides well-defined tool for tuning parameter and validation. Thus, making the module to adopt sklearn is kind of way to simplify future work.

  1. Change get_params() to output the default parameter sets with {'name':value} instead.
  2. Add relevant function to output results.
  3. Add set_params() to any model for implementation grid search in the future, instead of update each parameter.
  4. Add score() to every models.

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.