You have provided the code you will use to evaluate performance in a github repository so that we can check the format of our submissions which is very nice. But as far as I can tell it's only in Python? Are R users out of luck?

Created by Jennifer Hill jlhillny
Not "out of luck", just an historical justice :P It is indeed a Python package. However, the scoring script inputs csv files (actually, two directories containing csv files) and it can be ran from the shell (try `evaluate -h` on Unix or `python evaluate.py -h` on Windows). Therefore, it should be fairly straightforward using it, even if you did your entire analysis with R. Just write all your estimations to a certain directory and give that directory path as a parameter to the script. Hope it's not too discouraging :)

Evaluate submission format code only in Python? page is loading…