This repository contains the dataset and upload script for a machine learning pipeline that predicts radio pathloss using environmental and signal data. The project is designed for seamless tracking and reproducibility via ClearML.
ClearML/
├── code/ # Scripts for data processing or model training (optional extension)
├── data/ # Raw or processed pathloss-related data
├── data-upload.py # Script to upload dataset to ClearML
└── README.md # This documentation
pip install clearmlpython data-upload.pyThis script uses the clearml.Dataset API to upload and version your dataset.
- ML-based wireless pathloss prediction
from clearml import Dataset
dataset = Dataset.get(dataset_name="pathloss_v1", dataset_project="RadioMap/Pathloss")
local_copy = dataset.get_local_copy()Maintained by the CCI xG Testbed research team.
For questions, reach out via GitHub Issues.
For academic/research use only. Contact us for broader access or commercial usage.