The section with the parameter objects is getting long and there might be a better way to structure it. One idea: first list parameter objects which are used across different model/engines, like trees() and mtry(), and then those which are only there for a specific engine.
The section with the parameter objects is getting long and there might be a better way to structure it. One idea: first list parameter objects which are used across different model/engines, like
trees()
andmtry()
, and then those which are only there for a specific engine.