get_perc: Get Key Percentiles of a Dataframe's Numeric Columns

Description Usage Arguments Value Author(s) References Examples

Description

This function allows you to get key percentiles (1, 25, 50, 75, 99) of the variables in a dataframe & their interquartile range values.

Any non-numeric columns in the dataframe would be ignored.

The function ignores NA values within the columns.

Usage

1

Arguments

data

The dataframe you want to get the percentiles of.

Value

Returns a dataframe with the key percentiles of each numeric column in the data and the interquartile range values.

Author(s)

Andrew Kostandy (andrew.kostandy@gmail.com)

References

This technique was discussed in the book Feature Engineering and Selection: A Practical Approach for Predictive Models by Max Kuhn and Kjell Johnson.

Examples

1

AndrewKostandy/MLtoolkit documentation built on May 7, 2019, 9:51 p.m.