TuringLang / docs

Documentation and tutorials for the Turing language
https://turinglang.org/docs/tutorials/docs-00-getting-started/
MIT License
225 stars 97 forks source link

Rename GP -> GPLVM #422

Closed willtebbutt closed 9 months ago

willtebbutt commented 9 months ago

The GP tutorial is probably better referred to as a GPLVM tutorial, so I've called it that (I'm planning on adding some more straightforward GP tutorials, so this also free up the GP name for that).

Does updating the name here automatically update the name in the Turing docs, or do I also need to make a PR somewhere else?

sunxd3 commented 9 months ago

Pardon the naivete, what does the LVM part refer to?

willtebbutt commented 9 months ago

"latent variable model" -- I think it discusses this in the tutorial itself :) I would be happy to call it "Gaussian Proess Latent Variable Model" -- it's just a bit of a long name haha

yebai commented 9 months ago

This file specifies the navigation bar title: https://github.com/TuringLang/turinglang.github.io/blob/master/_data/toc.yml

yebai commented 9 months ago

@willtebbutt I remember that some parts of this tutorial are disabled; maybe you can try to fix them?

sunxd3 commented 9 months ago

@willtebbutt got it, I think GPLVM is fine for the file name

willtebbutt commented 9 months ago

@willtebbutt I remember that some parts of this tutorial are disabled; maybe you can try to fix them?

At some point. I'd rather keep the scope of this PR to a name change though.

willtebbutt commented 9 months ago

Okay. So @yebai @torfjelde do we merge this, then merge https://github.com/TuringLang/turinglang.github.io/pull/56 ?