Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,43 @@
|
|
| 1 |
---
|
| 2 |
pretty_name: SmellNet
|
| 3 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# SmellNet
|
|
|
|
| 1 |
---
|
| 2 |
pretty_name: SmellNet
|
| 3 |
license: mit
|
| 4 |
+
task_categories:
|
| 5 |
+
- tabular-classification
|
| 6 |
+
tags:
|
| 7 |
+
- olfaction
|
| 8 |
+
- smell
|
| 9 |
+
- sensor
|
| 10 |
+
- time-series
|
| 11 |
+
- chemistry
|
| 12 |
+
- gcms
|
| 13 |
+
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: base_data
|
| 16 |
+
default: true
|
| 17 |
+
data_files: "base_data/**/*.csv"
|
| 18 |
+
|
| 19 |
+
- config_name: gcms_processed
|
| 20 |
+
data_files:
|
| 21 |
+
- "gcms_processed/*.csv"
|
| 22 |
+
- "gcms_processed/*.parquet"
|
| 23 |
+
|
| 24 |
+
- config_name: mixture_training_seen
|
| 25 |
+
data_files: "mixture_data/training_seen/**/*.csv"
|
| 26 |
+
|
| 27 |
+
- config_name: mixture_training_new
|
| 28 |
+
data_files: "mixture_data/training_new/**/*.csv"
|
| 29 |
+
|
| 30 |
+
- config_name: mixture_test_seen
|
| 31 |
+
data_files: "mixture_data/test_seen/**/*.csv"
|
| 32 |
+
|
| 33 |
+
- config_name: mixture_test_unseen
|
| 34 |
+
data_files: "mixture_data/test_unseen/**/*.csv"
|
| 35 |
+
|
| 36 |
+
- config_name: mixture_index
|
| 37 |
+
data_files:
|
| 38 |
+
- "mixture_data/train_index_seen.csv"
|
| 39 |
+
- "mixture_data/test_index_seen.csv"
|
| 40 |
+
- "mixture_data/test_index_unseen.csv"
|
| 41 |
---
|
| 42 |
|
| 43 |
# SmellNet
|