How to get a list of engine options with parsnip

I would like to know what options I can enter into set_engine().
Model tuning parameters are available in show_model_info().
Is there a way to know the parameters of the engine package in the same way?

Thank you.

Hi @Rsky,

I think your best bet is to explore the parsnip help pages. You can search for them with ?details_{model}_{engine}. For example, ?details_logistic_reg_glmnet.

1 Like

@mattwarkentin
thank you !
I found that help page!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.