Datasets:
rewritten READMe
Browse files
README.md
CHANGED
|
@@ -80,8 +80,8 @@ Example expected output:
|
|
| 80 |
|
| 81 |
The dataset was generated by scanning Python packages within a virtual environment's site-packages directory.
|
| 82 |
Docstrings were extracted from functions, classes, async functions, methods, and modules using Python's AST parser.
|
|
|
|
| 83 |
|
| 84 |
-
* Low-quality documentation was filtered out using heuristics such as:
|
| 85 |
* Minimum docstring length
|
| 86 |
* Removal of TODO or placeholder documentation
|
| 87 |
* Deduplication of similar examples
|
|
|
|
| 80 |
|
| 81 |
The dataset was generated by scanning Python packages within a virtual environment's site-packages directory.
|
| 82 |
Docstrings were extracted from functions, classes, async functions, methods, and modules using Python's AST parser.
|
| 83 |
+
Low-quality documentation was filtered out using heuristics such as:
|
| 84 |
|
|
|
|
| 85 |
* Minimum docstring length
|
| 86 |
* Removal of TODO or placeholder documentation
|
| 87 |
* Deduplication of similar examples
|