Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-label-classification
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,90 +1,77 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
- name: issue_number
|
| 11 |
-
dtype: int64
|
| 12 |
-
splits:
|
| 13 |
-
- name: train
|
| 14 |
-
num_examples: 12484
|
| 15 |
-
task_categories:
|
| 16 |
-
- text-classification
|
| 17 |
-
task_ids:
|
| 18 |
-
- multi-label-classification
|
| 19 |
-
languages:
|
| 20 |
-
- en
|
| 21 |
---
|
| 22 |
|
| 23 |
# ๐งฉ Scikit-learn GitHub Issues โ Multilabel Dataset
|
| 24 |
|
| 25 |
-
This dataset contains **GitHub issues from the `scikit-learn` repository**, prepared
|
| 26 |
|
| 27 |
-
Each
|
| 28 |
|
| 29 |
---
|
| 30 |
|
| 31 |
## ๐ Motivation
|
| 32 |
|
| 33 |
-
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
-
-
|
| 37 |
-
-
|
| 38 |
|
| 39 |
-
This dataset
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
-
|
| 43 |
-
-
|
| 44 |
|
| 45 |
---
|
| 46 |
|
| 47 |
## ๐ฆ Dataset Construction
|
| 48 |
|
| 49 |
-
|
| 50 |
- Repository: `scikit-learn/scikit-learn`
|
| 51 |
-
-
|
| 52 |
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
โ System / bot content (where possible)
|
| 62 |
|
| 63 |
---
|
| 64 |
|
| 65 |
-
## ๐ Preprocessing
|
| 66 |
|
| 67 |
-
1.
|
| 68 |
-
2.
|
| 69 |
-
3.
|
| 70 |
-
4.
|
| 71 |
-
5.
|
| 72 |
-
-
|
| 73 |
-
-
|
| 74 |
- comments
|
| 75 |
-
|
| 76 |
-
6. Extracted label names into a clean multilabel format
|
| 77 |
|
| 78 |
---
|
| 79 |
|
| 80 |
-
## ๐ Dataset
|
| 81 |
|
| 82 |
-
- **
|
| 83 |
-
- **Unique labels**: ~20+
|
| 84 |
- **Labels per sample**: 1โ6
|
|
|
|
| 85 |
- **Language**: English
|
| 86 |
|
| 87 |
-
|
| 88 |
- `Bug`
|
| 89 |
- `Documentation`
|
| 90 |
- `New Feature`
|
|
@@ -94,50 +81,37 @@ This dataset aims to support:
|
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
-
## ๐งฑ Dataset
|
| 98 |
|
| 99 |
-
| Column
|
| 100 |
-
|------
|
| 101 |
-
| `html_url`
|
| 102 |
-
| `labels`
|
| 103 |
-
| `text`
|
| 104 |
-
| `issue_number` |
|
|
|
|
|
|
|
| 105 |
|
| 106 |
---
|
| 107 |
|
| 108 |
## ๐ Intended Use
|
| 109 |
|
| 110 |
-
|
| 111 |
-
-
|
| 112 |
-
-
|
| 113 |
-
-
|
| 114 |
-
- Training LLM-powered developer tools
|
| 115 |
-
|
| 116 |
-
Example use cases:
|
| 117 |
-
- Auto-tagging incoming GitHub issues
|
| 118 |
-
- Finding similar historical issues
|
| 119 |
-
- Prioritization and triage dashboards
|
| 120 |
|
| 121 |
---
|
| 122 |
|
| 123 |
## โ ๏ธ Limitations
|
| 124 |
|
| 125 |
-
-
|
| 126 |
- Domain-specific to scikit-learn
|
| 127 |
-
-
|
| 128 |
-
|
| 129 |
-
---
|
| 130 |
-
|
| 131 |
-
## ๐ Related Resources
|
| 132 |
-
|
| 133 |
-
- Trained model on this dataset:
|
| 134 |
-
๐ `Talip7/scikit-learn-multilabel-classifier`
|
| 135 |
-
- Hugging Face LLM Course โ Chapter 5 (Datasets & Semantic Search)
|
| 136 |
|
| 137 |
---
|
| 138 |
|
| 139 |
## ๐ค Author
|
| 140 |
|
| 141 |
**Talip7**
|
| 142 |
-
|
| 143 |
-
end-to-end ML pipelines, and applied transformer models.
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-classification
|
| 6 |
+
task_ids:
|
| 7 |
+
- multi-label-classification
|
| 8 |
+
pretty_name: Scikit-learn GitHub Issues (Multilabel)
|
| 9 |
+
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# ๐งฉ Scikit-learn GitHub Issues โ Multilabel Dataset
|
| 13 |
|
| 14 |
+
This dataset contains **GitHub issues from the `scikit-learn` repository**, prepared for **multilabel NLP tasks** such as issue tagging, automated triage, and semantic search.
|
| 15 |
|
| 16 |
+
Each row corresponds to **one issue-comment context**, making the dataset suitable for real-world developer tooling.
|
| 17 |
|
| 18 |
---
|
| 19 |
|
| 20 |
## ๐ Motivation
|
| 21 |
|
| 22 |
+
GitHub issues are a critical signal in open-source projects:
|
| 23 |
+
- Bug tracking
|
| 24 |
+
- Feature requests
|
| 25 |
+
- Documentation improvements
|
| 26 |
+
- Module-specific discussions
|
| 27 |
|
| 28 |
+
This dataset enables:
|
| 29 |
+
- Multilabel text classification
|
| 30 |
+
- Label recommendation systems
|
| 31 |
+
- Semantic search over issues
|
| 32 |
+
- Downstream LLM & RAG pipelines
|
| 33 |
|
| 34 |
---
|
| 35 |
|
| 36 |
## ๐ฆ Dataset Construction
|
| 37 |
|
| 38 |
+
**Source**
|
| 39 |
- Repository: `scikit-learn/scikit-learn`
|
| 40 |
+
- Collected using the GitHub REST API
|
| 41 |
|
| 42 |
+
**Included**
|
| 43 |
+
- Open & closed **issues**
|
| 44 |
+
- Issue **title + body**
|
| 45 |
+
- All **comments**
|
| 46 |
+
- Original **GitHub labels**
|
| 47 |
|
| 48 |
+
**Excluded**
|
| 49 |
+
- Pull requests
|
|
|
|
| 50 |
|
| 51 |
---
|
| 52 |
|
| 53 |
+
## ๐ Preprocessing Pipeline
|
| 54 |
|
| 55 |
+
1. Retrieved issues up to API safety limits
|
| 56 |
+
2. Removed pull requests
|
| 57 |
+
3. Downloaded all issue comments
|
| 58 |
+
4. Exploded issues by comments
|
| 59 |
+
5. Constructed a unified `text` field:
|
| 60 |
+
- title
|
| 61 |
+
- body
|
| 62 |
- comments
|
| 63 |
+
6. Extracted label names into a multilabel format
|
|
|
|
| 64 |
|
| 65 |
---
|
| 66 |
|
| 67 |
+
## ๐ Dataset Overview
|
| 68 |
|
| 69 |
+
- **Samples**: ~12,500
|
|
|
|
| 70 |
- **Labels per sample**: 1โ6
|
| 71 |
+
- **Unique labels**: ~20+
|
| 72 |
- **Language**: English
|
| 73 |
|
| 74 |
+
Example labels:
|
| 75 |
- `Bug`
|
| 76 |
- `Documentation`
|
| 77 |
- `New Feature`
|
|
|
|
| 81 |
|
| 82 |
---
|
| 83 |
|
| 84 |
+
## ๐งฑ Dataset Columns
|
| 85 |
|
| 86 |
+
| Column | Description |
|
| 87 |
+
|------|------------|
|
| 88 |
+
| `html_url` | GitHub issue URL |
|
| 89 |
+
| `labels` | List of labels (multilabel target) |
|
| 90 |
+
| `text` | Issue title + body + comments |
|
| 91 |
+
| `issue_number` | Original GitHub issue number |
|
| 92 |
+
|
| 93 |
+
> Column types are inferred automatically from the dataset files.
|
| 94 |
|
| 95 |
---
|
| 96 |
|
| 97 |
## ๐ Intended Use
|
| 98 |
|
| 99 |
+
- Multilabel classification
|
| 100 |
+
- Issue triage automation
|
| 101 |
+
- Semantic search
|
| 102 |
+
- Developer-facing ML tools
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
|
| 104 |
---
|
| 105 |
|
| 106 |
## โ ๏ธ Limitations
|
| 107 |
|
| 108 |
+
- Natural class imbalance
|
| 109 |
- Domain-specific to scikit-learn
|
| 110 |
+
- Label taxonomy evolves over time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
|
| 112 |
---
|
| 113 |
|
| 114 |
## ๐ค Author
|
| 115 |
|
| 116 |
**Talip7**
|
| 117 |
+
Focused on applied NLP, real-world datasets, and production ML pipelines.
|
|
|