Giter Club home page Giter Club logo

kssrinivasarao / linearregression Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 51 KB

linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The case of one explanatory variable is called a simple linear regression. One of the most known and used algorithms that most of tech_specialist use and love is Linear Regression. Tried to solve it with a dataset

Jupyter Notebook 100.00%
linear-regression independent-variables machine-learning

linearregression's Introduction

Linear Regression : Linear Regressoin is the most basic and popular algorithm of machine learning. It is supervised machine learning algorithm which is predicted output is real values/continuous. Or, Relationship between input/independent variables and single output/dependent variable. We will get linear regression image look like : -

Objective : To make a simple linear regression model operating on one variable from scratch using statistical formulas

Simple Linear Regression A linear line relationship between one input/independent variable(X) and one output/dependent variable(y).

y = mX + b Where, y is dependent/target variable; X is input/independent variable; m is slop of regression line; b is y-intercept.

Approach : The model is built in the following steps

Data Wrangling

Data Cleaning : Missing Values

Visualisation : UniVariate

  • Histograms

  • Scatter Plot

  • Boxplot Parameter Functions :

  • Mean and Variance

  • Co-Variance

  • Coefficients

  • Splitting Test Data Model Building and Predictions

RMSE Function building and calculation

linearregression's People

Contributors

kssrinivasarao avatar

Stargazers

 avatar

Watchers

 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.