-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO before v-gamma release #381
Comments
Yes, sounds good! |
Do you think any specific variational_gamma parameters should be documented, @nspope ? Are there ones that new users might need to tweak in common circumstances? |
max_iterations (the number of EP iterations) and rescaling_intervals (which may need to be tweaked if there's weirdness like missing singletons) are the only two that come to mind? |
Thanks! Should we undocument |
(I guess we can also default |
Sure -- I think the defaults max_shape and min_step seem to be working fine. |
|
The docs are basically done now (although a bit rough-and-ready). Do you want to have a read through them @nspope and see if there is anything I've missed, or if you have suggested changes. It would be nice to get this out of the door. |
Awesome thanks @hyanwong! I'll take a look in the next day or two. |
Thanks. I'm assuming you would be happy to make a 0.2 release any time, and we can fix any doc issues later? |
Sure, sounds good to me. |
We are planning a tsdate release with variational-gamma set as the default method. Here's what we need to do before release:
Essential
variational_gamma
parameters (e.g. expectation iterations) should be documented, if any. FWIW my preference would be to document as few as possible, in case we change them.split_disjoint_nodes
to preprocess routine #373)Nice to have
variational_gamma
(Add variational method accuracy tests totest_accuracy.py
#265)ignore_oldest_root
option from CLI #262 ?For future releases
Does this sound right @nspope ? I will try to tick these all off in the next week or two.
The text was updated successfully, but these errors were encountered: