Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Assignment 2 – Developer Salary Prediction
|
| 2 |
### Stack Overflow Developer Survey 2025 | Classification, Regression & Clustering
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
tags:
|
| 7 |
+
- salary-prediction
|
| 8 |
+
- regression
|
| 9 |
+
- classification
|
| 10 |
+
- clustering
|
| 11 |
+
- tabular
|
| 12 |
+
- scikit-learn
|
| 13 |
+
- stack-overflow
|
| 14 |
+
- developer-survey
|
| 15 |
+
- feature-engineering
|
| 16 |
+
- gradient-boosting
|
| 17 |
+
|
| 18 |
+
license: mit
|
| 19 |
+
|
| 20 |
+
datasets:
|
| 21 |
+
- stack-overflow-developer-survey-2025
|
| 22 |
+
|
| 23 |
+
base_model: None
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
# Assignment 2 – Developer Salary Prediction
|
| 27 |
### Stack Overflow Developer Survey 2025 | Classification, Regression & Clustering
|
| 28 |
|