Exploratory data analysis

Variable Distribution

Dashboard options

  • Left margin for variables values - for categorical variables

Connector options

create_arena(
  # Vector of bins count that will be available int the slider
  distribution_bins = seq(5, 40, 5),
)

Variable Against Another

Connector options

create_arena(
  # Number of points to be randomly selected from the dataset
  # and visible in scatter plot.
  # Boxplots and heatmaps still use the whole data frame.
  max_points_number = 150,
)
Model Performance