zachmayer / caretEnsemble

caret models all the way down :turtle:
Other
226 stars 75 forks source link

100% #149

Closed zachmayer closed 9 years ago

zachmayer commented 9 years ago

100% test coverage. Fixed a few bugs and ripped out some code on the way there

Stream of consciousness commits: 100% test coverage for caretStack? Added more caretList tests Took out a chunk of greedOpt code tests for caretList with bad models Final set of tests for caretList one more greedOptAUC test case helper function tests typo fix except warning, not error DE-LINT delint back to old school travis file - New one wasn’t failing on test failures =/ Added residuals S3 generic and more tests got rid of residuals2, as there is no residuals1 - And now it can dispatch based on S3. lol there's already a residuals S3 - Also added more tests FIXED A TEST fixed infinite recursion in residuals.train- this is why we ended up re-naming it residuals2.train lol fixed residuals test fixed the residuals test added glmnet to suggests remove a space quiet some output check that plots get created tests for user-supplied xvars DELINT Export metric functions - Bumped package version updated docs S3 consistency metrics manual consolidation caret has its own residuals method! R CMD CHECK might pass now? try to ID suggested packages in tests - so tests are skipped if packages aren’t installed.

zachmayer commented 9 years ago

Should fix #137

zachmayer commented 9 years ago

Should fix #77