jerefigo's blog

By jerefigo, history, 15 months ago, In English

Hey!

If you want a (very) rough estimate of your future CF rating and you're tired of waiting for a response in stefdasca's famous post, then wait no longer! I present to you this simple repo that performs logarithmic regression over your rating history.

This is by no means perfect, but you can help with that! Write your suggestions in the comments.

Edit: Apparently, as suggested by tgp07, you can run the code online.

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I am not familiar with github. Pls Tell me how to use it?

»
15 months ago, # |
  Vote: I like it +13 Vote: I do not like it

Nice to see my idea being put into something more practical, even after this long.

Well done jerefigo!

  • »
    »
    15 months ago, # ^ |
      Vote: I like it +10 Vote: I do not like it

    Thank you!!, It means a lot coming from you.

    I'm guessing you used a more complex method for prediction, right? Could you share some insight as to how to improve the current model?

    • »
      »
      »
      15 months ago, # ^ |
        Vote: I like it +10 Vote: I do not like it

      I used only my stock trading knowledge and some gut feelings, no code was involved at all.

      I think you can try to use some geometrical knowledge to improve this project, that would be a good start.

      • »
        »
        »
        »
        15 months ago, # ^ |
          Vote: I like it +10 Vote: I do not like it

        Oh, very interesting!

        Well, I don't have much geometrical knowledge besides the CSES geometry section haha, can you name drop some concepts that could be helpful for the project?

»
15 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Liked this utility. Very elegant use of python

  • »
    »
    15 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Thank you, enjoy!

    If you have any suggestions please notify me!