Datasets:

Modalities:
Tabular
Formats:
parquet
ArXiv:
Tags:
astro
Libraries:
Datasets
Dask
PLAsTiCC / README.md
chaenykim's picture
Upload README.md with huggingface_hub
4b24ddb verified
|
raw
history blame
1.03 kB
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: object_id
      dtype: int64
    - name: times_wv
      sequence:
        sequence: float64
    - name: lightcurve
      sequence:
        sequence: float64
    - name: label
      dtype: int64
    - name: redshift
      dtype: float64
    - name: hostgal_specz
      dtype: float64
    - name: hostgal_photoz
      dtype: float64
    - name: hostgal_photoz_err
      dtype: float64
    - name: ddf_bool
      dtype: int64
  splits:
    - name: train
      num_bytes: 85244224
      num_examples: 7066
    - name: validation
      num_bytes: 18868096
      num_examples: 1564
    - name: test
      num_bytes: 42138224960
      num_examples: 3492890
  download_size: 13017186909
  dataset_size: 42242337280

Dataset Card for "PLAsTiCC"

More Information needed