Skip to content

added free parameters etc. to model info - #564

Merged
rhayes777 merged 3 commits into
masterfrom
feature/model_info
Jul 11, 2022
Merged

added free parameters etc. to model info#564
rhayes777 merged 3 commits into
masterfrom
feature/model_info

Conversation

@rhayes777

Copy link
Copy Markdown
Collaborator

Resolves #561

@Jammy2211

Copy link
Copy Markdown
Collaborator

In Jupyter notebooks the model.info and model.results often are spread over two lines, due to the large amount of whitespace between parameter names and priors.

Could we have the spacing be "dynamic", whereby the white space between the left and right of the text is the longest distance in a given string, or something? This would mean that the info is more concise.

Heres an example of the problem in a notebook:

image

@rhayes777

Copy link
Copy Markdown
Collaborator Author

It's not HTML so I don't think so. We could just reduce the padding?

@rhayes777
rhayes777 merged commit 342b0be into master Jul 11, 2022
@rhayes777
rhayes777 deleted the feature/model_info branch July 11, 2022 13:26
@Jammy2211 Jammy2211 mentioned this pull request Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

print(model.info) does not show number of parameters at top

2 participants