Datasets:
Upload BoschCNC/meta.json
Browse files- BoschCNC/meta.json +23 -0
BoschCNC/meta.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "BoschCNC",
|
| 3 |
+
"source": "https://github.com/boschresearch/CNC_Machining",
|
| 4 |
+
"desp": "The dataset provided is a collection of real-world industrial vibration data collected from a brownfield CNC milling machine. The acceleration has been measured using a tri-axial accelerometer (Bosch CISS Sensor) mounted inside the machine. The X- Y- and Z-axes of the accelerometer have been recorded using a sampling rate equal to 2 kHz. (downsampled to 200Hz to 1 kHz) Thereby normal as well as anomoulous data have been collected for 6 different timeframes, each lasting 6 months from October 2018 until August 2021 and labelled accordingly. It can be used to investigate the scalability of models and research process variations as the anomaly impact differs. In total there is data from three different CNC milling machines each executing 15 processes. ",
|
| 5 |
+
"domain": "Others",
|
| 6 |
+
"license": "CC BY 4.0",
|
| 7 |
+
"targets": [
|
| 8 |
+
"f2",
|
| 9 |
+
"f1",
|
| 10 |
+
"f3"
|
| 11 |
+
],
|
| 12 |
+
"covariates": [],
|
| 13 |
+
"timestamp": null,
|
| 14 |
+
"freq": [
|
| 15 |
+
"500us"
|
| 16 |
+
],
|
| 17 |
+
"num_series": 1641,
|
| 18 |
+
"num_timesteps": 34065784,
|
| 19 |
+
"num_datapoints": 102197352,
|
| 20 |
+
"split": "train",
|
| 21 |
+
"quality": "low",
|
| 22 |
+
"timestamp_as_covariate": false
|
| 23 |
+
}
|