docs icon indicating copy to clipboard operation
docs copied to clipboard

Issues in ADVI tutorial

Open v-i-s-h opened this issue 3 years ago • 1 comments

First of all I would like the team for these wonderful tutorials; I learned a lot by following them.

While going through the tutorial, I found a few problems with ADVI tutorial. In the section for ADVI in linear regression,

  1. unstandardize() function is not correctly rescaling the data back.
  2. Because of this, the prediction functions give wrong outputs
  3. The plots does not show the error bars properly because of wrong rescaling

Can you confirm whether my observations are correct? In that case, I can open a PR to fix these.

v-i-s-h avatar Nov 20 '22 16:11 v-i-s-h

All tutorials are updated now can you check it again, https://turinglang.org/docs/

shravanngoswamii avatar May 25 '24 04:05 shravanngoswamii

I think this was probably fixed by https://github.com/TuringLang/docs/pull/426.

penelopeysm avatar Oct 11 '24 19:10 penelopeysm