## Create a model_df object with default settings.
covid_model_df <- pre_process(covid_fit_df, covid_norm_df)
## Feature variation - box plots
feature_plot(covid_model_df, type = "box", n_row = 4, n_col = 2)
## Density plots
feature_plot(covid_model_df, type = "density")
## Change color palette
feature_plot(covid_model_df, type = "density", n_row = 4, n_col = 2, palette = "rocket")
Run the code above in your browser using DataLab