djcunningham0/multielo

Altering the default settings

Closed this issue · 1 comments

Hi there, I've been using multielo in a google sheets document to track game data. I've been running it in a colab notebook, and I haven't figured out a good way to change the default settings for K,D and Scoring function base. I thought editing the multielo.py file would work, just rewriting the relevant lines with .sub() but that doesn't work even with reloading the module.

If possible does anyone have a nice way of doing this without downloading and creating a custom version for my use? I want it to be all done within the colab notebook.

Thanks!

ps, love the project, super useful.

found the setting, it's in demo.ipynb facepalm