AML / README.md
sidms's picture
Upload dataset
932ea56 verified
|
raw
history blame
6.31 kB
metadata
dataset_info:
  - config_name: H1N1
    features:
      - name: id
        dtype: string
      - name: sequence
        dtype: string
      - name: year
        dtype: int64
      - name: month
        dtype: int64
      - name: season
        dtype: string
      - name: has_month
        dtype: bool
      - name: subtype
        dtype: string
    splits:
      - name: train
        num_bytes: 36092021.49994038
        num_examples: 20128
      - name: test
        num_bytes: 9024798.500059616
        num_examples: 5033
    download_size: 11900045
    dataset_size: 45116820
  - config_name: H1N1_temporal
    features:
      - name: id
        dtype: string
      - name: sequence
        dtype: string
      - name: year
        dtype: int64
      - name: month
        dtype: int64
      - name: season
        dtype: string
      - name: has_month
        dtype: bool
      - name: subtype
        dtype: string
    splits:
      - name: train
        num_bytes: 15444187
        num_examples: 8613
      - name: test
        num_bytes: 29672634
        num_examples: 16548
    download_size: 4832964
    dataset_size: 45116821
  - config_name: H3N2
    features:
      - name: id
        dtype: string
      - name: sequence
        dtype: string
      - name: year
        dtype: int64
      - name: month
        dtype: int64
      - name: season
        dtype: string
      - name: has_month
        dtype: bool
      - name: subtype
        dtype: string
    splits:
      - name: train
        num_bytes: 49889069.125
        num_examples: 28441
      - name: test
        num_bytes: 12473582.875
        num_examples: 7111
    download_size: 17712915
    dataset_size: 62362652
  - config_name: H3N2_temporal
    features:
      - name: id
        dtype: string
      - name: sequence
        dtype: string
      - name: year
        dtype: int64
      - name: month
        dtype: int64
      - name: season
        dtype: string
      - name: has_month
        dtype: bool
      - name: subtype
        dtype: string
    splits:
      - name: train
        num_bytes: 23882412
        num_examples: 13615
      - name: test
        num_bytes: 38480241
        num_examples: 21937
    download_size: 6196364
    dataset_size: 62362653
  - config_name: cdc_burden_estimates
    features:
      - name: season
        dtype: string
      - name: illnesses
        dtype: int64
      - name: medical_visits
        dtype: int64
      - name: hospitalizations
        dtype: int64
      - name: deaths
        dtype: int64
      - name: covid_excluded
        dtype: bool
    splits:
      - name: train
        num_bytes: 518
        num_examples: 12
    download_size: 3111
    dataset_size: 518
  - config_name: flusurv_net_rates
    features:
      - name: season
        dtype: string
      - name: hosp_rate_overall
        dtype: float64
      - name: covid_excluded
        dtype: bool
    splits:
      - name: train
        num_bytes: 58
        num_examples: 3
    download_size: 1531
    dataset_size: 58
  - config_name: ilinet_national
    features:
      - name: year
        dtype: int64
      - name: week
        dtype: int64
      - name: season
        dtype: string
      - name: covid_excluded
        dtype: bool
      - name: pct_weighted_ili
        dtype: float64
      - name: pct_unweighted_ili
        dtype: float64
      - name: ili_total
        dtype: int64
      - name: total_patients
        dtype: int64
      - name: num_providers
        dtype: int64
    splits:
      - name: train
        num_bytes: 99547
        num_examples: 1483
    download_size: 55232
    dataset_size: 99547
  - config_name: season_summary
    features:
      - name: season
        dtype: string
      - name: peak_ili_pct
        dtype: float64
      - name: mean_ili_pct
        dtype: float64
      - name: ili_total_season
        dtype: int64
      - name: peak_year
        dtype: int64
      - name: peak_week
        dtype: int64
      - name: dominant_subtype
        dtype: string
      - name: pct_h1n1
        dtype: float64
      - name: pct_h3n2
        dtype: float64
      - name: pct_b
        dtype: float64
      - name: season_total_specimens
        dtype: float64
      - name: season_total_a
        dtype: float64
      - name: season_total_b
        dtype: float64
      - name: season_pct_positive
        dtype: float64
      - name: hosp_rate_overall
        dtype: float64
      - name: illnesses
        dtype: float64
      - name: medical_visits
        dtype: float64
      - name: hospitalizations
        dtype: float64
      - name: deaths
        dtype: float64
      - name: covid_excluded
        dtype: bool
    splits:
      - name: train
        num_bytes: 4547
        num_examples: 29
    download_size: 10700
    dataset_size: 4547
  - config_name: who_nrevss_clinical_labs
    features:
      - name: year
        dtype: int64
      - name: week
        dtype: int64
      - name: season
        dtype: string
      - name: covid_excluded
        dtype: bool
      - name: total_specimens
        dtype: int64
      - name: total_a
        dtype: int64
      - name: total_b
        dtype: int64
      - name: pct_positive
        dtype: float64
      - name: pct_a
        dtype: float64
      - name: pct_b
        dtype: float64
    splits:
      - name: train
        num_bytes: 40793
        num_examples: 543
    download_size: 27557
    dataset_size: 40793
  - config_name: who_nrevss_public_health_labs
    features:
      - name: year
        dtype: int64
      - name: week
        dtype: int64
      - name: season
        dtype: string
      - name: covid_excluded
        dtype: bool
      - name: a_h1n1pdm09
        dtype: int64
      - name: a_h3n2
        dtype: int64
      - name: a_not_subtyped
        dtype: int64
      - name: b_total
        dtype: int64
      - name: b_victoria
        dtype: int64
      - name: b_yamagata
        dtype: int64
      - name: h3n2v
        dtype: int64
    splits:
      - name: train
        num_bytes: 45137
        num_examples: 543
    download_size: 12749
    dataset_size: 45137
configs:
  - config_name: H1N1
    data_files:
      - split: train
        path: H1N1/train-*
      - split: test
        path: H1N1/test-*
  - config_name: H1N1_temporal
    data_files:
      - split: train
        path: H1N1_temporal/train-*
      - split: test
        path: H1N1_temporal/test-*
  - config_name: H3N2
    data_files:
      - split: train
        path: H3N2/train-*
      - split: test
        path: H3N2/test-*
  - config_name: H3N2_temporal
    data_files:
      - split: train
        path: H3N2_temporal/train-*
      - split: test
        path: H3N2_temporal/test-*
  - config_name: cdc_burden_estimates
    data_files:
      - split: train
        path: cdc_burden_estimates/train-*
  - config_name: flusurv_net_rates
    data_files:
      - split: train
        path: flusurv_net_rates/train-*
  - config_name: ilinet_national
    data_files:
      - split: train
        path: ilinet_national/train-*
  - config_name: season_summary
    data_files:
      - split: train
        path: season_summary/train-*
  - config_name: who_nrevss_clinical_labs
    data_files:
      - split: train
        path: who_nrevss_clinical_labs/train-*
  - config_name: who_nrevss_public_health_labs
    data_files:
      - split: train
        path: who_nrevss_public_health_labs/train-*