Skip to content

Conversation

@topepo
Copy link
Member

@topepo topepo commented Oct 20, 2018

  • removed others arg

  • arguments now captured using quosures

  • Tests are updated for the new approach of capturing arguments as quosures as well as the removal of others().

  • Instead of creating a new, clean environment, we go back to creating a child of the current environment. The clean environment had issues with some packages not importing (or calling by namespace) functions from stats such as model.frame.

  • Fixed glmnet prediction issues. The predict method for model_fit uses the model specification to get the lambda to predictive with. In this branch, all arguments are quosures so this fails. The glmnet-specific predict method evaluate the specification arguments before predicting.

  • varying_args() now works for complex arguments such as sampsize = c(12, varying()).

  • Model wrappers for C5.0, keras, and xgboost are documented.

  • quantiles added as a prediction type

  • updated survival models

  • fixed spark column name nonsense

  • changed descriptor names

  • major documentation updates

  • travis build config changes

DavisVaughan and others added 30 commits October 10, 2018 16:25
…pace is not required (and did not work anyways)
@codecov-io
Copy link

codecov-io commented Oct 20, 2018

Codecov Report

Merging #98 into master will decrease coverage by 2.53%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #98      +/-   ##
=========================================
- Coverage   74.43%   71.9%   -2.54%     
=========================================
  Files          30      31       +1     
  Lines        1991    2235     +244     
=========================================
+ Hits         1482    1607     +125     
- Misses        509     628     +119
Impacted Files Coverage Δ
R/mlp_data.R 78.94% <ø> (+0.87%) ⬆️
R/aaa_spark_helpers.R 0% <0%> (ø) ⬆️
R/convert_data.R 87.64% <100%> (+0.14%) ⬆️
R/rand_forest.R 78.12% <100%> (+5.04%) ⬆️
R/fit.R 79.11% <100%> (-1.39%) ⬇️
R/predict.R 76.38% <100%> (+0.33%) ⬆️
R/misc.R 29.54% <35.71%> (-1.54%) ⬇️
R/surv_reg.R 56% <35.89%> (-25.82%) ⬇️
R/mars.R 37.63% <54.54%> (-33.63%) ⬇️
R/nearest_neighbor.R 70.21% <62.5%> (-9.38%) ⬇️
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 543094e...4081293. Read the comment docs.

@topepo topepo merged commit 5875afc into master Oct 21, 2018
@DavisVaughan DavisVaughan deleted the quosure-passthrough branch December 6, 2018 21:14
@github-actions
Copy link
Contributor

github-actions bot commented Mar 8, 2021

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants