Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 535 Bytes

File metadata and controls

11 lines (8 loc) · 535 Bytes

DurhamISC_LinearRegressionusingLeastSquaresMethod

A program created with python to find the Linear Regression using Least Squares Method This program is tested on Python 3.9.2

Import csv file

Please ensure your csv is located in the 'data' folder, and you should enter your file name (without .csv) when the program prompt asked you to enter the file name. Please note you could also use the test data, which is provide by this program by pressing 'Enter' directly.

Run the program

Please run the program in 'main.py'

Thanks