kishoreganth / LinearRegressionDemo-python

Linear Regression built in python .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinearRegressionDemo-python

Overview

Linear regression built using python programming . Linear Regression from here

Prerequisites

It include some libraries -pandas -numpy -sklearn

we can install these libraries using pip python package installer from cmd in windows and other ins osx (do a research)

pip install pandas 
pip install numpy 
pip install scikit-learn

Clone the repo and work with your own dataset . This linearRegression , the dataset is fit into the regression . Visualize the regression using matplotlib libraries .

Download the clone and work with it. Enjoy Coding ❕ Enjoy Developing 👍

About

Linear Regression built in python .


Languages

Language:Python 100.0%