Skip to content

dharmang007/Linear-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fed5ff5 · Dec 27, 2017

History

7 Commits
Aug 6, 2017
Dec 27, 2017
Aug 6, 2017

Repository files navigation

Linear-Regression

Uses following :

  • 1)numpy
  • 2)pandas

Installation

For Windows installation

    pip install numpy
    pip install pandas
    pip install matplotlib

For Linux installation

    sudo apt-get install python-pip
    sudo pip install numpy  
    sudo pip install pandas
    sudo pip install matplotlib

Steps :

  • 1: Run the file.
  • 2: Enter the file name(eg. f1.xlsx)
  • 3: Enter the Sheet name(eg. Transit demand)
  • 4: Select the two features between which you want to check the correlation

Note:: Please see the f1.xlsx file for reference. The file you select as input should not have any image, graphics or decorative banner headings. The first row should be column headers.

About

Uses following :

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages