Save best parameters
hummm310 opened this issue · 2 comments
hummm310 commented
Hello,
your package really useful, thanks a lot!
I have a question:
If I want to print the best parameters, what's the syntax?
For example, I want to print the best n and p for binomial distribution for the following work.
thanks a lot
erdogant commented
All the model parameters are stored in dist.model
Does the documentation page maybe help to solve your issue?
hummm310 commented
All the model parameters are stored in Does the documentation page maybe help to solve your issue?
dist.model
yes, thanks a lot!