Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
---
|
5 |
+
# Linear Regression Model
|
6 |
+
|
7 |
+
This is a linear regression model trained on a dataset to predict salaries based on years of experience.
|
8 |
+
|
9 |
+
## Evaluation Metrics
|
10 |
+
- Mean Squared Error: 0.0686
|
11 |
+
- R² Score: 0.9024
|