Visualization: Visualization function

Description Usage Arguments Value Note Author(s) Examples

Description

Takes the data and divid in to 10 parts and looks the target distribution.

Usage

1
Visualization(df, target, var)

Arguments

x

varibale need to look the target distribution

Value

It will give back you the deciled data with target disribution

Note

set the working directory of folder to dump the output and set the variable name as col_list

Author(s)

Rajesh Jakhotia

Examples

1
2
3
4
5
6
data(CTDF)
View(CTDF)
col_list="SCR"
for (i in 1 : length(col_list)) {
Visualization(df = CTDF,target = "TARGET",var = col_list[i])
}

jishnus59/Visualization documentation built on May 30, 2019, 8:04 a.m.