Description Usage Arguments Value
preprocess data for nba models
1 2 3 4 5 6 | preproc_data(
data_list,
use_case = "team_games",
na_perc = 0.1,
highcorr_thresh = 0.9
)
|
data_list |
list of data.frames |
use_case |
chr which use case to go with; this should change to methods at some point |
na_perc |
num proportion of a column's values that are NA for that column to be nuked |
highcorr_thresh |
num threshold for pairwise correlations between columns, used in recipes::step_corr() |
list of data for modeling
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.