Datasets:
Tasks:
Question Answering
Modalities:
Tabular
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
joaocarlos
commited on
Commit
·
96690f4
1
Parent(s):
bdfbd10
Add ICMLCN2025 ML Training dataset
Browse files- .gitattributes +1 -0
- ICMLCN2025_MLTrainingData_v1.csv +3 -0
- README.md +61 -8
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.csv filter=lfs diff=lfs merge=lfs -text
|
ICMLCN2025_MLTrainingData_v1.csv
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b51f1410647f17e8a34d4980bf0bf90bbfde73070a5edcdee4a9bc401909c34
|
| 3 |
+
size 221432400
|
README.md
CHANGED
|
@@ -1,15 +1,68 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
-
- question-answering
|
| 5 |
language:
|
| 6 |
-
- en
|
| 7 |
tags:
|
| 8 |
-
- WSN
|
| 9 |
-
- dependability
|
| 10 |
-
- reliability
|
| 11 |
-
- coverage
|
| 12 |
pretty_name: Dependability Assessment using Machine Learning
|
| 13 |
size_categories:
|
| 14 |
-
- 10K<n<100K
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
+
- question-answering
|
| 5 |
language:
|
| 6 |
+
- en
|
| 7 |
tags:
|
| 8 |
+
- WSN
|
| 9 |
+
- dependability
|
| 10 |
+
- reliability
|
| 11 |
+
- coverage
|
| 12 |
pretty_name: Dependability Assessment using Machine Learning
|
| 13 |
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Dependability Assessment using Machine Learning
|
| 18 |
+
|
| 19 |
+
## Dataset Description
|
| 20 |
+
|
| 21 |
+
This dataset contains training data for machine learning models focused on dependability assessment in Wireless Sensor Networks (WSN). It includes extensive coverage and reliability metrics for various network configurations.
|
| 22 |
+
|
| 23 |
+
### Dataset Summary
|
| 24 |
+
|
| 25 |
+
- **File**: `ICMLCN2025_MLTrainingData_v1.csv`
|
| 26 |
+
- **Size**: ~211 MB
|
| 27 |
+
- **Format**: CSV
|
| 28 |
+
- **Use Cases**: Dependability prediction, reliability analysis, WSN coverage optimization
|
| 29 |
+
|
| 30 |
+
### Features
|
| 31 |
+
|
| 32 |
+
The dataset contains numerical features related to:
|
| 33 |
+
|
| 34 |
+
- Network configuration parameters
|
| 35 |
+
- Coverage metrics over time
|
| 36 |
+
- Reliability measurements
|
| 37 |
+
- Sensor node characteristics
|
| 38 |
+
- Spatial distribution data
|
| 39 |
+
|
| 40 |
+
### Usage
|
| 41 |
+
|
| 42 |
+
```python
|
| 43 |
+
from datasets import load_dataset
|
| 44 |
+
|
| 45 |
+
# Load the dataset
|
| 46 |
+
dataset = load_dataset("your-username/ICMLCN2025-MLTrainingData")
|
| 47 |
+
|
| 48 |
+
# Access the data
|
| 49 |
+
df = dataset['train'].to_pandas()
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
### Citation
|
| 53 |
+
|
| 54 |
+
If you use this dataset in your research, please cite:
|
| 55 |
+
|
| 56 |
+
```bibtex
|
| 57 |
+
@dataset{icmlcn2025_dependability,
|
| 58 |
+
title={Dependability Assessment using Machine Learning},
|
| 59 |
+
author={Your Name},
|
| 60 |
+
year={2025},
|
| 61 |
+
publisher={Hugging Face},
|
| 62 |
+
note={ICMLCN2025}
|
| 63 |
+
}
|
| 64 |
+
```
|
| 65 |
+
|
| 66 |
+
### License
|
| 67 |
+
|
| 68 |
+
This dataset is released under the MIT License.
|