Linear Regression Using Python Programming

Name: Tejas Sahoo
Roll No: K057
Branch: BTech Cyber Security

Aim:

To implement linear regression using python programming

Introduction:

Linear regression is defined as an algorithm that provides a linear relationship between an independent variable and a dependent variable to predict the outcome of future events.

Applications:

  1. Market analysis for sales maximization.
  2. Financial study for operational performance evaluation.
  3. Sports analysis for predicting game attendance.
  4. Predicts environmental impacts of pollution.

Advantages:

  1. Easy to implement.
  2. High interpretability.
  3. Scalable for big data.

Disadvantages:

  1. Assumes linearity.
  2. Sensitive to outliers.

**Output

Conclusion:

Linear regression was successfully implemented using Python.