R package for EDA and ml preprocessing
Install from github:
install_github("szintakacseva/mlhelper")
Load library:
library(mlhelper)
Optionally load from local repository:
library(mlhelper, lib.loc = "c:/Yor_local_dir")
for example,
library(mlhelper, lib.loc = "e:/RProjects/packages")
df.numeric.summary
- Generate specific summaries of numeric columns in a data framedo.plots
- List of plots in a grid arrangementnumeric.summary
- Summarises numeric data and returns a data frame containing the basic summary valuesplot.density
- Density plot of a numeric feature in a dfplot.histogram
- Histogram of a factor feature in a dfpreprocess.NAs
- Handling missing values in a dfrmse
- Calcuates the Root Mean Squared Errormultiplot
- multiple plots in a specified layout for ggplot objectsweather
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.