desstatsutiles/prepare.data: Prepare data for machine learning, and save this preparation

Prepare data for machine learning algorithms by encoding boolean, character, factor, and dates variables to a numeric (or int) representation and save this preparation for future uses (ex : when you'll run your model in real life, you'll have to exactly replicate the original data preparation, and that is where mlprepr shines). You'll also find tools to deal with variables which distribution and/or type is not stable.

Getting started

Package details

AuthorBatiste Roger
MaintainerBatiste Roger <desstatsutiles@gmail.com>
LicenseGPL-3
Version0.0.0.9000
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("desstatsutiles/prepare.data")
desstatsutiles/prepare.data documentation built on May 15, 2019, 5:05 a.m.