data_preparation_categoric: This function preprare data categoric to analisys using...

Description Usage Arguments Details Author(s) Examples

Description

This function preprare data categoric to analisys using vtreat library

Usage

1
2
data_preparation_categoric(df, p = 0.75, positivo = 1, prune = 0.99,
  seed = 313)

Arguments

df

global dataframe

p

the percentage of data that goes to training

positivo

Value/level of outcome to be considered "success"

prune

suppress variables with significance above this level

seed

seed

Details

details

Author(s)

Elpidio Filho, elpidio@ufv.br

Examples

1
2
3
4
## Not run: 
data_prepatarion_categoric(df, 0.75)

## End(Not run)

elpidiofilho/labgeo documentation built on May 14, 2019, 9:35 a.m.