Skip to content
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

Make plot and predict consistent #116

Closed
pat-alt opened this issue Aug 26, 2024 · 3 comments
Closed

Make plot and predict consistent #116

pat-alt opened this issue Aug 26, 2024 · 3 comments
Labels
enhancement New feature or request medium This is expected to be medium. question Further information is requested

Comments

@pat-alt
Copy link
Member

pat-alt commented Aug 26, 2024

Should we return the observational noise when predicting from regression?

  • Currently, predict returns glm predictions for regression, not incorporating the observational noise (which I think I chose to do to stay consistent with PyTorch)
  • In TaijaPlotting.jl, we plot the interval that contains both sources of noise (parameters and observational).

In any case, we should add warnings and/or documentation

cc @pasq-cat

@pat-alt pat-alt added enhancement New feature or request question Further information is requested medium This is expected to be medium. labels Aug 26, 2024
@pat-alt pat-alt pinned this issue Aug 26, 2024
@pasq-cat
Copy link
Contributor

pasq-cat commented Sep 1, 2024

image
directly from alex immer github docs.

@pat-alt
Copy link
Member Author

pat-alt commented Sep 2, 2024

image directly from alex immer github docs.

That's exactly the formula we use here for plotting. Let's discuss during our meeting.

@pat-alt
Copy link
Member Author

pat-alt commented Sep 3, 2024

addressed in #118

@pat-alt pat-alt closed this as completed Sep 3, 2024
@pat-alt pat-alt unpinned this issue Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request medium This is expected to be medium. question Further information is requested
Projects
None yet
3 participants
@pasq-cat @pat-alt and others