Giter Site home page Giter Site logo

multipolyfit's Introduction

Multivariate Polynomial Fit

Holds a python function to perform multivariate polynomial regression in Python using NumPy

See related question on stackoverflow

This is similar to numpy's polyfit function but works on multiple covariates

Origin

This code originated from the following question on StackOverflow

http://stackoverflow.com/questions/10988082/multivariate-polynomial-regression-with-numpy

Author

Matthew Rocklin

License

New BSD license. See LICENSE.txt

Disclaimer

This is not a commonly used method. It often results in a solution with many non-zero coeffieicients like

10 x**2 + 0.01 x y - 0.02 x + 20 y - 0.03 y**2

Instead of a sparse solution like

10 x**2 + 20 y

To obtain sparse solutions (like the second) where near-zero elements are eliminated you should probably look into L1 regularization

Sorry

But I rarely respond to questions about this repository. It is oddly popular but the implementation is pretty dense and so this project generates a large number of reasonable questions. Unfortunately I don't have time to respond to all of these.

I would care more about this project if it contained a useful algorithm. It doesn't.
Read the disclaimer above.

multipolyfit's People

Contributors

mrocklin avatar gerritholl avatar

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.