summarize_ds_models()
from a (named) list of model objects
#149
Milestone
summarize_ds_models()
from a (named) list of model objects
#149
To improve automatisation of model selection, I would propose that the function
summarize_ds_models()
could take a (named) list with models objects. These could be generated from a for loop for example iterating between different key functions and formulas.Here is a small example of what I mean:
At this point this is not possible and you need to add every model object manually in the
summarize_ds_models()
function. The following code keeps both original functionality and also provides the possiblility of taking a list as argument, which makes it possible to run the code above.ORIGINAL:
NEW:
I will provide a pull request if you are interested.
The text was updated successfully, but these errors were encountered: