-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Thank you for the assistance figuring out installation and building. I can run the pyslds examples under python2 now (under python3 they run, but the graphics don't pop up).
I am able to take one of my time series, build a model, and plot observations and smoothed observations. Yay!
What I have not been able to figure out is how to get the trained A, B, etc., matrices out, or how to make a display similar to (say) the evolution of the Lorentz attractor or a display of what is happening in phase space (the latent dimensions).
Do you have examples of how to get at that information and to plot it? Seeing phase space evolution with colored dots (different colors for different states) would help me see what my models are extracting from the data, etc. As it stands I don't understand your layers of code well enough to do this ...