agarkov-aleksei1 commited on
Commit
1cb4267
·
verified ·
1 Parent(s): 1e4eed7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -30
README.md CHANGED
@@ -1,32 +1,20 @@
 
1
  ---
2
- dataset_info:
3
- features:
4
- - name: initially_infected
5
- dtype: int64
6
- - name: lowest_immunity
7
- dtype: float64
8
- - name: highest_immunity
9
- dtype: float64
10
- - name: mask_beta_penalty
11
- dtype: float64
12
- - name: pollutant_immunity_reduction
13
- dtype: float64
14
- - name: infected_90d
15
- dtype: int64
16
- splits:
17
- - name: train
18
- num_bytes: 67200
19
- num_examples: 1400
20
- - name: test
21
- num_bytes: 28800
22
- num_examples: 600
23
- download_size: 19935
24
- dataset_size: 96000
25
- configs:
26
- - config_name: default
27
- data_files:
28
- - split: train
29
- path: data/train-*
30
- - split: test
31
- path: data/test-*
32
  ---
 
1
+
2
  ---
3
+ annotations_creators:
4
+ - Aleksei Agarkov / MEPhI
5
+ language: en
6
+ license: mit
7
+ size_categories:
8
+ - 1K<n<10K
9
+ task_categories:
10
+ - tabular-regression
11
+ task_ids:
12
+ - tabular-single-column-regression
13
+ pretty_name: Data from Agent-based Infectious Disease Transmission Model Simulator
14
+ homepage: https://github.com/AlekseiAgarkov/AgenticInfectiousDiseaseTransmissionModels
15
+ tags:
16
+ - regression
17
+ - simulated
18
+ - english
19
+ - epidemic
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---