Skip to content

Commit a3cf673

Browse files
Update PROPOSAL.md
1 parent 4397f10 commit a3cf673

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

PROPOSAL.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,17 @@ The data is in CSV format, consisting of 252,199 observations and 62 variables.
5959

6060
#### Additional Technical Details
6161

62-
**Linear Regression (RFE techniques)**
63-
- Equation: \( y = O_1X + O_2 \)
62+
> Linear regression(RFE techniques)
63+
64+
$$
65+
y = O_1X + O_2
66+
$$
67+
68+
> Root Mean Squared Error Calculations
69+
70+
$$
71+
rmse = \sqrt{\left(\frac{1}{n}\right)\sum_{i=1}^{n}(y_{i} - x_{i})^{2}}
72+
$$
6473

65-
**Root Mean Squared Error (RMSE) Calculations**
66-
- Formula: \( rmse = \sqrt{\left(\frac{1}{n}\right)\sum_{i=1}^{n}(y_{i} - x_{i})^{2}} \)
6774

6875
Crafted by @Sanjayviswa.

0 commit comments

Comments
 (0)