Learn R Programming

⚠️There's a newer version (1.9.5) of this package.Take me there.

funModeling (version 1.6.8)

Exploratory Data Analysis and Data Preparation Tool-Box Book

Description

Around 10% of almost any predictive modeling project is spent in predictive modeling, 'funModeling' and the book Data Science Live Book () are intended to cover remaining 90%: data preparation, profiling, selecting best variables 'dataViz', assessing model performance and other functions.

Copy Link

Version

Install

install.packages('funModeling')

Monthly Downloads

1,528

Version

1.6.8

License

GPL-2

Maintainer

Pablo Casas

Last Published

July 31st, 2018

Functions in funModeling (1.6.8)

correlation_table

Get correlation against target variable
cross_plot

Cross-plotting input variable vs. target variable
compare_df

Compare two data frames by keys
df_status

Get a summary for the given data frame (o vector).
concatenate_n_vars

Concatenate 'N' variables
discretize_df

Discretize a data frame
plot_num

Plotting numerical data
fibonacci

Fibonacci series
plotar

Correlation plots
range01

Transform a variable into the [0-1] range
tukey_outlier

Tukey Outlier Threshold
freq

Frequency table for categorical variables
auto_grouping

Reduce cardinality in categorical variable by automatic grouping
hampel_outlier

Hampel Outlier Threshold
heart_disease

Heart Disease Data
gain_ratio

Gain ratio
get_sample

Sampling training and test data
categ_analysis

Profiling analysis of categorical vs. target variable
desc_groups

Profiling categorical variable
desc_groups_rank

Profiling categorical variable (rank)
convert_df_to_categoric

Convert every column in a data frame to character
coord_plot

Coordinate plot
equal_freq

Equal frequency binning
export_plot

Export plot to jpeg file
infor_magic

Computes several information theory metrics between two vectors
information_gain

Information gain
v_compare

Compare two vectors
var_rank_info

Importance variable ranking based on information theory
data_country

People with flu data
data_golf

Play golf
discretize_get_bins

Get the data frame thresholds for discretization
entropy_2

Computes the entropy between two variables
funModeling-package

funModeling: Exploratory data analysis, data preparation and model performance
gain_lift

Generates lift and cumulative gain performance table and plot
profiling_num

Profiling numerical data
prep_outliers

Outliers Data Preparation