Closed glenrs closed 6 years ago
Merging #1271 into master will increase coverage by
<.1%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1271 +/- ##
========================================
+ Coverage 95.2% 95.3% +<.1%
========================================
Files 40 40
Lines 3162 3183 +21
========================================
+ Hits 3013 3034 +21
Misses 149 149
@mmastand, this issues raises warnings and messages for issues #1254 and #998.
When errors were thrown it was difficult to see the warning message, so I decided to make these messages. In R these messages are displayed nicely. Let me know what you think.
Summary of changes:
recipes
succeeds, but just doesn't impute. Sometimes it is masked whencollapse_rare_factors = TRUE
.I also changed a test. I didn't agree with the comment. It said that imputation shouldn't work with random variables. I don't think this would be an issue. After I changed the introduced column to factor type the imputation worked.. When you are looking at the tests you might not agree with what I have done. Let me know what you think. Thank you!
Created on 2018-10-04 by the reprex package (v0.2.0).