Git Product home page Git Product logo

regression-algorithm's Introduction

regression-algorithm

Including some experimental code for the LOWESS, Liner, and Polynomial Regression algorithm.

Demo

####1. LOWESS ![LOWESS] (./test/imgs/lowess.png?raw=true "LOWESS")

####2. Liner Regression ![Liner Regression] (./test/imgs/liner.png?raw=true "Liner Regression")

####3. Polynomial Regression ![Polynomial Regression] (./test/imgs/poly.png?raw=true "Polynomial Regression")

####4. Exponentially-Weighted Moving Average ![Exponentially-Weighted Moving Average with Window] (./test/imgs/emwa_window.png?raw=true "Exponentially-Weighted Moving Average with Window") ![Holt Winters EWMA] (./test/imgs/holt_winters_average.png?raw=true "Holt Winters EWMA")

Dependency

It's based on SciPy

####1. Ubuntu

sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

####2. Redhat/CentOS

sudo yum install numpy scipy python-matplotlib ipython python-pandas sympy python-nose

####3. Windows/Mac The easiest way to install the packages of the SciPy stack is to download one of these Python distributions, which includes all the key packages:

  • Anaconda: A free distribution for the SciPy stack. Supports Linux, Windows and Mac.
  • Enthought Canopy: The free and commercial versions include the core SciPy stack packages. Supports Linux, Windows and Mac.
  • Python(x,y): A free distribution including the SciPy stack, based around the Spyder IDE. Windows only.
  • WinPython: A free distribution including the SciPy stack. Windows only.
  • Pyzo: A free distribution based on Python 3 (see Note on Python 3) with the IEP editor. Supports Linux and Windows.
  • Algorete Loopy: A free, community oriented distribution for the SciPy stack maintained by researches at Dartmouth College. Loopy supports both Python 2 and 3 on Linux, Windows and Mac OSX. The distribution is derived from Anaconda with additional packages (e.g. Space Physics, BioInformatics).

regression-algorithm's People

Contributors

haoel avatar

Watchers

James Cloos 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.