Datasets:
File size: 2,739 Bytes
aa3a385 3b53f36 aa3a385 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
---
dataset_info:
features:
- name: phases
list:
class_label:
names:
'0': NA
'1': EARLY_PHASE1
'2': PHASE1
'3': PHASE2
'4': PHASE3
'5': PHASE4
- name: enrollmentCount
dtype: int64
- name: allocation
dtype: string
- name: interventionModel
dtype: string
- name: primaryPurpose
dtype:
class_label:
names:
'0': TREATMENT
'1': PREVENTION
'2': DIAGNOSTIC
'3': ECT
'4': SUPPORTIVE_CARE
'5': SCREENING
'6': HEALTH_SERVICES_RESEARCH
'7': BASIC_SCIENCE
'8': DEVICE_FEASIBILITY
'9': OTHER
- name: masking
dtype:
class_label:
names:
'0': NONE
'1': SINGLE
'2': DOUBLE
'3': TRIPLE
'4': QUADRUPLE
- name: healthyVolunteers
dtype: bool
- name: sex
dtype:
class_label:
names:
'0': ALL
'1': FEMALE
'2': MALE
- name: oversightHasDmc
dtype: bool
- name: briefSummary
dtype: string
- name: detailedDescription
dtype: string
- name: conditions
dtype: string
- name: conditionsKeywords
dtype: string
- name: protocolPdfText
dtype: string
- name: numArms
dtype: int64
- name: armDescriptions
dtype: string
- name: armGroupTypes
list:
class_label:
names:
'0': EXPERIMENTAL
'1': ACTIVE_COMPARATOR
'2': PLACEBO_COMPARATOR
'3': SHAM_COMPARATOR
'4': NO_INTERVENTION
'5': OTHER
- name: numInterventions
dtype: int64
- name: interventionTypes
list:
class_label:
names:
'0': DRUG
'1': DEVICE
'2': BIOLOGICAL
'3': PROCEDURE
'4': RADIATION
'5': BEHAVIORAL
'6': GENETIC
'7': DIETARY_SUPPLEMENT
'8': COMBINATION_PRODUCT
'9': DIAGNOSTIC_TEST
'10': OTHER
- name: interventionDescriptions
dtype: string
- name: interventionNames
dtype: string
- name: numLocations
dtype: int64
- name: locationDetails
dtype: string
- name: target
dtype: int64
- name: nctid
dtype: string
splits:
- name: train
num_bytes: 1253409459
num_examples: 29478
- name: validation
num_bytes: 1379185099
num_examples: 6316
download_size: 1147601112
dataset_size: 2632594558
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
version: 0.2.2_CT-DEB26-phase1
tags:
- clinical-trials
- medication-safety
- tabular-classification
license: cc-by-4.0
---
|