Export check_args()
for developers of custom models
#1057
Labels
feature
a feature request or enhancement
check_args()
for developers of custom models
#1057
Feature
check_args()
is an internal generic function that is used by parsnip models to validate that parameters have reasonable values before a model is fit.For developers of custom parsnip models, it would be nice if this function was exported so that appropriate S3 methods could be written to validate parameters on any new models.
The text was updated successfully, but these errors were encountered: