BentoUniAcc commited on
Commit
0a74908
·
verified ·
1 Parent(s): c51eb4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
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