Closed
Description
I am wondering whether there is some way to print a model specification after using some api to create the model. So e.g., assume I use the built-in glm function, I want to see the whole model specification.
I have not found a way to intuitively do that. In best case it would even be possible to print the python code producing the model, so that you could re-use it and fine-tune it.