Description
As I'm going through converting algorithm-specific logic to generalized parsnip model specifications, one thing I am thinking that could be useful would be to create one or more reference tables or "cheat sheets" in the parsnip docs describing how to map from implemention-specific parameters (e.g. "eta" in xgboost) to parsnip model parameters (e.g. "learn_rate" in parsnip::boost_tree()).
The simplest form would probably just be a collection of tables (one per model), with columns for each supported engine + a final column corresponding to the parsnip parameter names.
Since this could take a bit of time to add, perhaps if you think this sort of thing would be useful, you could decide on an appropriate location/format, and add placeholders.
Then, myself and other users could help fill it in as we use the models.