Skip to content

add implied order of operations for data manipulation steps, also related to RAI components #119

@realmarcin

Description

@realmarcin

Raw Data

┌─────────────────────┐
│ 1. CLEANING │ Remove bad data, handle missing values
│ - Deduplication │
│ - Error removal │
│ - Imputation │ ← Specialized cleaning step
└─────────────────────┘

┌─────────────────────┐
│ 2. PREPROCESSING │ Transform data format/representation
│ - Tokenization │
│ - Normalization │
│ - Feature extract│
└─────────────────────┘

┌─────────────────────┐
│ 3. ANNOTATION │ Add labels (can happen at different stages)
│ - Human labeling │
│ - Machine labels │
└─────────────────────┘

┌─────────────────────┐
│ 4. ANNOTATION │ Assess annotation quality
│ ANALYSIS │
└─────────────────────┘

Final Dataset

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions