You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, if we would like to add calibration for quantiles for all of the models we need the following changes:
nonprob(..., pop_quantiles=...)
and
controlSel(quantile=...)
controlOut(quantile=...)
where pop_quantiles are list of quantiles given by the user (known) or quantile argument that works as in WeightIt.
I do not want to include quantile argument in the main function as it may suggest that we want to estimate given quantile for the target / output variable(s). Any comments are welcome.
The text was updated successfully, but these errors were encountered:
So, if we would like to add calibration for quantiles for all of the models we need the following changes:
and
where
pop_quantiles
are list of quantiles given by the user (known) orquantile
argument that works as in WeightIt.I do not want to include
quantile
argument in the main function as it may suggest that we want to estimate given quantile for the target / output variable(s). Any comments are welcome.The text was updated successfully, but these errors were encountered: