Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1017 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 1017 Bytes

encoder

lifecycle CRAN_Status_Badge pkgdown Workflow Status

Overview

Multiple data encoding methods for R data frames. Currently the following methods have been implemented:

  • One-hot encoder.
  • Multilabel binarizer.
  • Integer encoder.

Installation

The development version can be installed from GitHub with:

devtools::install_github("kreh-team/encoder")