Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,16 @@ task_categories:
|
|
4 |
- text-generation
|
5 |
language:
|
6 |
- en
|
7 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- text-generation
|
5 |
language:
|
6 |
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
# Stack Overflow Python Q&A Dataset
|
10 |
+
|
11 |
+
## Description
|
12 |
+
|
13 |
+
Filtered Python Q&A with API_Usage subcategory without:
|
14 |
+
|
15 |
+
1. Images
|
16 |
+
2. Links
|
17 |
+
3. Blocks of code
|
18 |
+
|
19 |
+
Scores in Q1-Q3 scaled with MaxAbsScaler. Tanh function applyed to joint Scores.
|