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

Question about the uncertainty prediction part - U3 #42

Open
Saamii96 opened this issue Oct 27, 2022 · 0 comments
Open

Question about the uncertainty prediction part - U3 #42

Saamii96 opened this issue Oct 27, 2022 · 0 comments

Comments

@Saamii96
Copy link

Saamii96 commented Oct 27, 2022

Hello,

I'm working on the U3 submission and I have some questions about the uncertainty prediction part.

In the documentation he said:

"To get predictions for all 9 quantiles (median + 8 other ) we can simply multiply every median to a coefficient ; this coefficient was calculated per level by minimizing loss over the last 28 known days (public LB)."

But I didn't find any function relating to minimisation in his scripts; there are only the raw coefficients.
Does anyone know how did he makes the minization? Did he learn thanks to the public LB evaluation metric?
I also wonder why in some of his get_ratio() functions he go through log(qs/(1-qs)) with qs = [0.005,0.025,0.165,0.25, 0.5, 0.75, 0.835, 0.975, 0.995]

Thanks in advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant