Added Probabilistic PCA example#840
Added Probabilistic PCA example#840ParthsarthiSingh-glang wants to merge 1 commit intopymc-devs:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
@twiecki please review it sir so that i can work it on further if issues exists. |
|
The convergence doesn't look the best, did you investigate? |
|
@twiecki Thanks for taking a look! You're right - the convergence warnings are there because of the rotational symmetry in PPCA. Since you can rotate the latent space and get the same answer, the sampler has trouble settling down on one specific solution. But the model is working correctly - the reconstructions look good and match what sklearn's PCA produces. It's just that the diagnostics don't look great because of this rotation issue. Would it help if :
I can adjust on whatever you tell . |
|
Yes, I'd add a note explaining that. |
Summary
Adds a comprehensive Probabilistic PCA example to the case studies section.
Closes #250
Contents
Testing
Notes