open:visualizations

Visualizations

  • Visualization tools to …
    • Explore individual features
      • Histograms
      • Plots
      • Statistics
    • Explore feature relations
      • Pairs
        • Scatter plot, scatter matrix
        • Corrplot
      • Groups
        • Corrplot + clustering
        • Plot (index vs feature statistics)
snippet.python
plt.hist(x)
snippet.python
df.describe()
x.mean()
x.var()
snippet.python
plt.scatter(x1, x2)
  • Exploring individual features
    • Histogram
    • Plot(index vs value)
    • Statistics
  • Explore feature relation
    • Pairs
      • Scatter plot, scatter matrix
      • Corrplot
    • Groups
      • Corrplot + clustering
      • Plot (index vs feature statistics)
  • open/visualizations.txt
  • 마지막으로 수정됨: 2020/06/02 09:25
  • 저자 127.0.0.1