Skip to content

Commit e55a6b2

Browse files
authored
Update linear_regression.md
1 parent 155273f commit e55a6b2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/Machine Learning/linear_regression.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Linear regression models the relationship between a dependent variable (target)
1010

1111
### Formula:
1212

13-
#### $\ Y = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \beta_3 x_3 + \cdots + \beta_n x_n + \epsilon \$
13+
$$Y = \beta_0 + \beta_1 x_1 + \beta_2 x_2 + \beta_3 x_3 + \cdots + \beta_n x_n + \epsilon$$
1414

1515

1616
#### y: Dependent variable (target)
@@ -126,9 +126,3 @@ In environmental science, linear regression models are used to analyze the relat
126126

127127
### Conclusion
128128
Linear regression is a versatile and widely used statistical technique that provides valuable insights into relationships between variables. Understanding its principles and limitations is essential for leveraging its predictive power effectively across various domains and applications.
129-
130-
131-
132-
133-
134-

0 commit comments

Comments
 (0)