-
Notifications
You must be signed in to change notification settings - Fork 10
Add distn #88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
merge to pass tests.
Merge branch 'frosting' into add-distn # Conflicts: # NAMESPACE
#' referring to the desired quantile. | ||
#' @param symmetrize logical. If `TRUE` then interval will be symmetric. | ||
#' @param name character. The name for the output column. | ||
#' @param .flag a logical to determine if the layer is added. Passed on to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is .flag
still preserved or did we agree to remove it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's there for now, just for consistency with the other layer_*()
functions. But the plan is to change the name later. (Separate PR).
Merge branch 'frosting' into add-distn # Conflicts: # NAMESPACE
Partially addresses #63 .
...
args inlayer_predict()
(see Allowlayer_predict()
to pass along...
#46 ) and prefer explicit quantile addition. This would use theslather
method to process the output as needed (perhaps depending on the fitted model).