|
1 | 1 |
|
2 | 2 | <!-- README.md is generated from README.Rmd. Please edit that file -->
|
3 |
| -[vtreat](http://winvector.github.io/vtreat/) is an [R](https://cran.r-project.org) data.frame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. For more detail please see here: [arXiv:1611.09477 stat.AP](https://arxiv.org/abs/1611.09477). There is also a series of articles recording the evolution of `vtreat` including some tutorials [here](http://www.win-vector.com/blog/tag/vtreat/). |
| 3 | +[vtreat](http://winvector.github.io/vtreat/) is an [R](https://cran.r-project.org) data.frame processor/conditioner that prepares real-world data for predictive modeling in a statistically sound manner. For more detail please see here: [arXiv:1611.09477 stat.AP](https://arxiv.org/abs/1611.09477) [](https://doi.org/10.5281/zenodo.1173314). There is also a series of articles recording the evolution of `vtreat` including some tutorials [here](http://www.win-vector.com/blog/tag/vtreat/). |
4 | 4 |
|
5 | 5 | 
|
6 | 6 |
|
@@ -145,8 +145,8 @@ treatmentsC <- designTreatmentsC(dTrainC,colnames(dTrainC),'y',TRUE,
|
145 | 145 | verbose=FALSE)
|
146 | 146 | print(treatmentsC$scoreFrame[,c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
|
147 | 147 | # origName varName code rsq sig extraModelDegrees
|
148 |
| - # 1 x x_catP catP 1.559780e-01 0.22202097 2 |
149 |
| - # 2 x x_catB catB 1.142159e-05 0.99166241 2 |
| 148 | + # 1 x x_catP catP 1.030137e-01 0.32099590 2 |
| 149 | + # 2 x x_catB catB 1.125399e-05 0.99172381 2 |
150 | 150 | # 3 z z_clean clean 2.376018e-01 0.13176020 0
|
151 | 151 | # 4 z z_isBAD isBAD 2.960654e-01 0.09248399 0
|
152 | 152 | # 5 x x_lev_NA lev 2.960654e-01 0.09248399 0
|
@@ -192,9 +192,9 @@ treatmentsN = designTreatmentsN(dTrainN,colnames(dTrainN),'y',
|
192 | 192 | verbose=FALSE)
|
193 | 193 | print(treatmentsN$scoreFrame[,c('origName', 'varName', 'code', 'rsq', 'sig', 'extraModelDegrees')])
|
194 | 194 | # origName varName code rsq sig extraModelDegrees
|
195 |
| - # 1 x x_catP catP 1.764706e-01 0.3001022 2 |
196 |
| - # 2 x x_catN catN 3.533569e-03 0.8888051 2 |
197 |
| - # 3 x x_catD catD 3.743113e-01 0.1069707 2 |
| 195 | + # 1 x x_catP catP 1.894619e-01 0.2810898 2 |
| 196 | + # 2 x x_catN catN 2.532154e-01 0.2036653 2 |
| 197 | + # 3 x x_catD catD 4.512437e-02 0.6135229 2 |
198 | 198 | # 4 z z_clean clean 2.880952e-01 0.1701892 0
|
199 | 199 | # 5 z z_isBAD isBAD 3.333333e-01 0.1339746 0
|
200 | 200 | # 6 x x_lev_NA lev 3.333333e-01 0.1339746 0
|
|
0 commit comments