Skip to content

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

Merged
merged 16 commits into from
Jul 18, 2022
Merged

Add distn #88

merged 16 commits into from
Jul 18, 2022

Conversation

dajmcdon
Copy link
Contributor

@dajmcdon dajmcdon commented Jul 6, 2022

Partially addresses #63 .

  1. Requires adding some post-processing layers to add the quantiles.
  2. Suggest we remove the ... args in layer_predict() (see Allow layer_predict() to pass along ... #46 ) and prefer explicit quantile addition. This would use the slather method to process the output as needed (perhaps depending on the fitted model).

@dajmcdon dajmcdon linked an issue Jul 8, 2022 that may be closed by this pull request
dajmcdon added 3 commits July 10, 2022 13:11
Merge branch 'frosting' into add-distn

# Conflicts:
#	NAMESPACE
@dajmcdon dajmcdon requested review from ChloeYou, kenmawer and mgyliu July 11, 2022 20:14
#' 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
Copy link
Contributor

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?

Copy link
Contributor Author

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).

@dajmcdon dajmcdon merged commit d7301dc into frosting Jul 18, 2022
@dajmcdon dajmcdon deleted the add-distn branch July 18, 2022 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Distributional forecasts
3 participants