[Feature] Adding manual derivate creation as predictor helper function #129
Labels
enhancement
New feature or request
good first issue
Good for newcomers
improvement
Smaller improvements to existing features
Although it is already possible to manually create and alter derivates (
predictor_transform()
oradd_predictors()
), it might in many cases be beneficial to manually control this process much more.For example:
Thus I propose to add a
add_predictors_prior()
function that is customized to adding controlled derivates to a distribution model. Alternatively specific thresholds could be added as parameter to the extistingadd_predictors()
function so as to allow the specification of variable-specific derivates.add_predictor_derivate()
function or similar to the packageThoughts welcome...
The text was updated successfully, but these errors were encountered: