Update README.md
Browse files
README.md
CHANGED
@@ -29,4 +29,11 @@ configs:
|
|
29 |
---
|
30 |
# Dataset Card for "pypi_labeled"
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# Dataset Card for "pypi_labeled"
|
31 |
|
32 |
+
All of the latest package versions from pypi. The original data came from [here](https://py-code.org/datasets). I pulled the latest versions of each package, then extracted only `md`, `rst`, `ipynb`, and `py` files.
|
33 |
+
|
34 |
+
I then applied some cleaning:
|
35 |
+
|
36 |
+
- rendering notebooks
|
37 |
+
- removing leading comments/licenses
|
38 |
+
|
39 |
+
Then filtered out some low-quality code, and labeled the rest according to learning value and quality. Subset by those columns to get higher quality code.
|