vtreat: A Statistically Sound 'data.frame' Processor/Conditioner

A 'data.frame' processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. 'vtreat' prepares variables so that data has fewer exceptional cases, making it easier to safely use models in production. Common problems 'vtreat' defends against: 'Inf', 'NA', too many categorical levels, rare categorical levels, and new categorical levels (levels seen during application, but not during training). Reference: "'vtreat': a data.frame Processor for Predictive Modeling", Zumel, Mount, 2016, <doi:10.5281/zenodo.1173313>.

Version: 1.4.7
Depends: R (≥ 3.2.1)
Imports: stats, parallel, wrapr (≥ 1.9.0)
Suggests: rquery (≥ 1.3.8), rqdatatable (≥ 1.2.2), isotone, lme4, knitr, rmarkdown, data.table (≥ 1.11.4), DBI, RSQLite, datasets, R.rsp, RUnit
Published: 2019-10-01
Author: John Mount [aut, cre], Nina Zumel [aut], Win-Vector LLC [cph]
Maintainer: John Mount <jmount at win-vector.com>
BugReports: https://github.com/WinVector/vtreat/issues
License: GPL-2 | GPL-3
URL: https://github.com/WinVector/vtreat/, https://winvector.github.io/vtreat/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: vtreat results

Downloads:

Reference manual: vtreat.pdf
Vignettes: Multi Class vtreat
Saving Treatment Plans
vtreat Variable Importance
vtreat package
vtreat cross frames
vtreat grouping example
vtreat overfit
vtreat Rare Levels
vtreat scale mode
vtreat significance
vtreat data splitting
Variable Types
vtreat Formal Article
Package source: vtreat_1.4.7.tar.gz
Windows binaries: r-devel: vtreat_1.4.7.zip, r-release: vtreat_1.4.7.zip, r-oldrel: vtreat_1.4.7.zip
OS X binaries: r-release: vtreat_1.4.7.tgz, r-oldrel: vtreat_1.4.7.tgz
Old sources: vtreat archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=vtreat to link to this page.