UCI_drug_reviews / README.md
MarioBarbeque's picture
Update README.md
6fc4947 verified
metadata
dataset_info:
  features:
    - name: patient_id
      dtype: int64
    - name: drugName
      dtype: string
    - name: condition
      dtype: string
    - name: review
      dtype: string
    - name: rating
      dtype: float64
    - name: date
      dtype: string
    - name: usefulCount
      dtype: int64
    - name: review_length
      dtype: int64
    - name: labels
      dtype: int64
  splits:
    - name: train
      num_bytes: 69028841
      num_examples: 122092
    - name: validation
      num_bytes: 17257253
      num_examples: 30530
    - name: test
      num_bytes: 28750734
      num_examples: 50882
  download_size: 66298222
  dataset_size: 115036828
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
language:
  - en
size_categories:
  - 100K<n<1M

Data Description

This data comes from the UC Irvine Machine Learning Repository. It has been preprocessed to only contain reviews at least 13 or more words in length. The raw data for this specific dataset can be found here. The base UCI ML url can be found here.