No articles match
Parameterized rquery3 years ago
sigr formatting3 years ago
cdata Exercises3 years ago
Introduction | Example 1 | Example 2 | Example 3 | Example 4 | Example 5 | Reversing Transforms | Package entry points | Conclusion
Named Arguments3 years ago
WVPlots concept3 years ago
WVPlots examples3 years ago
Scatterplots | Hexbin Plot | Gain Curves | ROC Plots | Precision-Recall-Threshold Plot | Threshold Plot | Double Density Plot | Double Histogram Plot | Cleveland Style Dotplots | Shadow Plots | Shadow Histogram | ScatterBox Plots | Discrete Distribution Plot | Distribution and Count Plots | Compare observations to a normal distribution with the same mean and standard deviation. | Compare "coin flip" observations to a binomial distribution | Compare observed rate data to a beta distribution with same mean and standard deviation | Smoothed Scatterplots | Density Plot with Shaded Tail | Density Plot with Shaded Central Region
bquote4 years ago
String-interpolation | Quasi-quotation | Conclusion
Query Generation4 years ago
Logistic Example4 years ago
Control Table Keys5 years ago
Dot Pipe6 years ago
Debug Vignette6 years ago
Let6 years ago
Implementation details | More
Saving Treatment Plans6 years ago
Variable Types6 years ago
When the target to predict is categorical | When the target to predict is numeric | When there is no supplied target to predict | Restricting to Specific Variable Types | Overall | Links
vtreat cross frames6 years ago
The Wrong Way | The Right Way: A Calibration Set | Another Right Way: Cross-Validation | The intuition | Cross-Validation and vtreat: The cross-frame. | Example
vtreat data splitting6 years ago
vtreat data set splitting | Motivation | Examples | Implementations | Conclusion
vtreat grouping example6 years ago
The Data | Partitioning the Data for Modeling | Arbitrary Partition | Group-preserving, y-stratified Partition
vtreat overfit6 years ago
Bad Practice: Using the same data to treat and to train | What went wrong? | Correct Practice 1/2: Use different data to treat and train | Correct Practice 2/2: Use simulated out of sample methods (cross methods)
vtreat package6 years ago
Note
vtreat scale mode6 years ago
Categorical outcome mode "catScaling=TRUE" | PCA/PCR
vtreat significance6 years ago
vtreat Variable Importance6 years ago
Assignment Partitioner6 years ago
Pipeable SQL6 years ago
Introduction | sql_node() | Composing nodes | A non-trivial example | Working with sets of columns | SQL first | Ad-hoc mode | Table descriptions | Helper functions and notation | Conclusion | See also | Appendix: Always clean up on the way out
rquery Introduction6 years ago
Introduction | Table descriptions | Operators | Non-SQL nodes | Standard interfaces | Assignment partitioning | Performance | Conclusion | See also | Appendix: Always clean up on the way out
Block Records and Row Records6 years ago
Appendix
cdata6 years ago
Designing Transforms for Data Reshaping with cdata6 years ago
General Data Transforms With cdata6 years ago
Frame Tools6 years ago
Quoting Concatinate6 years ago
wrapr Eager Evaluation6 years ago
lambda Function Builder6 years ago
Multiple Assignment6 years ago
Multiple Assignment with unpack6 years ago
Basic unpack() example | Reusing the list names as variables | Unpacking only parts of a list | unpack checks for unknown elements | Other multiple assignment packages | zeallot | vadr | tidytidbits
Operators6 years ago
rquery Many Columns7 years ago
R mapping7 years ago
R mapping7 years ago
RcppDynProg package7 years ago
Linear Segmentation7 years ago
Segmentation7 years ago
vtreat Rare Levels7 years ago
SQL quoting8 years ago
Named Map Builder8 years ago
vtreat Formal Article8 years ago
wrapr Dot Arrow Pipe8 years ago
Dot-Pipe: an S3 Extensible Pipe for R
wrapr let Block8 years ago
Converting Between Value Oriented and Code Capturing Interfaces in R
wrapr_applicable8 years ago
Basic wrapr | Dereferencing and function evaluation | "wrapr_applicable" | Conclusion
Multi Class vtreat8 years ago
Substitution Modes8 years ago
The substitution modes | Language substitution (subsMethod='langsubs') | String substitution (subsMethod='stringsubs') | Substitute substitution (subsMethod='subsubs') | Conclusion
lm example8 years ago
Grouped Sampling8 years ago
Corner Cases9 years ago