EDAV

"Visualization is a fundamentally human activity."

Promotion

Are you interested in the relationship between the reviews and streams of music? Please have a look at our EDAV project: Review vs. Stream.

What is EDAV

flowchart LR
A[Collect] --> B
subgraph I[Program]
    B[Import] --> C[Tidy]
    C --> D

    subgraph G[Understand]
        D[Transform] --> E[Visualise]
        E --> F[Model]
        F --> D
    end
end
G --> H[Communicate]
  • Exploratory data analysis and visualization (EDAV) is an interdisciplinary field combining
  • The task of EDAV is to
    • Look for patterns
    • Identify outliers
    • Make comparisons
    • Discover clusters
  • The fundamental problem of EDAV is
    • Exploration vs. Visualization
    • or, Exploratory vs. Explanatory
    • Explorations reveal information hidden in the data, which is deep and precise but can be convoluted
    • Visualizations offer insight into the data, which can be easily shared but may be misleading and biased
    • These two aspects are not mutually exclusive

R Garden

Git Garden

WebDev Garden

References

License

EDAV Garden (c) by Chenyu Zhang

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0