Description Usage Arguments Author(s) Examples
This function preprare data to analisys using vtreat library
1 | data_preparation(df, prune = 0.99, p = 0.75, seed = 313)
|
df |
global dataframe |
prune |
suppress variables with significance above this level |
p |
the percentage of data that goes to training |
seed |
seed |
Elpidio Filho, elpidio@ufv.br
1 2 3 4 5 6 | ## Not run:
dp = data_preparation(df = c_stock, p = 0.75, prune = 0.99)
treino = dp$treino
teste = dp$teste
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.