All functions |
|
---|---|
Stateful object for designing and applying binomial outcome treatments. |
|
Stateful object for designing and applying multinomial outcome treatments. |
|
Stateful object for designing and applying numeric outcome treatments. |
|
Stateful object for designing and applying unsupervised treatments. |
|
Transform second argument by first. |
|
Convert vtreatment plans into a sequence of rquery operations. |
|
Build set carve-up for out-of sample evaluation. |
|
Center and scale a set of variables. |
|
vtreat classification parameters. |
|
Build all treatments for a data frame to predict a categorical outcome. |
|
build all treatments for a data frame to predict a numeric outcome |
|
Design variable treatments with no outcome variable. |
|
Design a simple treatment plan to indicate missingingness and perform simple imputation. |
|
Fit first arguemnt to data in second argument. |
|
Fit and prepare in a cross-validated manner. |
|
Fit and transform in a cross-validated manner. |
|
Display treatment plan. |
|
read application labels off a split plan. |
|
Return feasible feature names. |
|
Return score frame from vps. |
|
Return underlying transform from vps. |
|
k-fold cross validation, a splitFunction in the sense of vtreat::buildEvalSets |
|
k-fold cross validation stratified on y, a splitFunction in the sense of vtreat::buildEvalSets |
|
k-fold cross validation stratified with replacement on y, a splitFunction in the sense of vtreat::buildEvalSets . |
|
Make a categorical input custom coder. |
|
Make a numeric input custom coder. |
|
Build a k-fold cross validation splitter, respecting (never splitting) groupingColumn. |
|
Run categorical cross-frame experiment. |
|
Function to build multi-outcome vtreat cross frame and treatment plan. |
|
Run a numeric cross frame experiment. |
|
vtreat multinomial parameters. |
|
Report new/novel appearances of character values. |
|
One way holdout, a splitFunction in the sense of vtreat::buildEvalSets. |
|
Patch columns into data.frame. |
|
Solve a categorical partial pooling problem. |
|
Solve a numeric partial pooling problem. |
|
Pre-computed cross-plan (so same split happens each time). |
|
Apply treatments and restrict to useful variables. |
|
Function to apply mkCrossFrameMExperiment treatemnts. |
|
Prepare a simple treatment. |
|
Apply treatments and restrict to useful variables. |
|
Print treatmentplan. |
|
Print treatmentplan. |
|
Print treatmentplan. |
|
Print treatmentplan. |
|
check if appPlan is a good carve-up of 1:nRows into nSplits groups |
|
vtreat regression parameters. |
|
Materialize a treated data frame remotely. |
|
Solve for best single-direction (non-decreasing or non-increasing) fit. |
|
Solve for best non-decreasing fit using isotone regression (from the "isotone" package https://CRAN.R-project.org/package=isotone). |
|
Solve for best non-increasing fit. |
|
Solve as piecewise linear problem, numeric target. |
|
Solve as piecewise logit problem, categorical target. |
|
Spline variable numeric target. |
|
Spline variable categorical target. |
|
Build a square windows variable, numeric target. |
|
Build a square windows variable, categorical target. |
|
Track unique character values for variables. |
|
vtreat unsupervised parameters. |
|
Value variables for prediction a categorical outcome. |
|
Value variables for prediction a numeric outcome. |
|
Return variable evaluations. |
|
New treated variable names from a treatmentplan$treatment item. |
|
Original variable name from a treatmentplan$treatment item. |
|
vtreat: A Statistically Sound 'data.frame' Processor/Conditioner |