Python code to validate submissions by validation correlation to run after you attempt to submit

This could be useful to anyone that wants to check their underlying model didn’t change week to week for some unexpected reason by getting the validation correlations of the model for the two latest rounds and checking if they match. Note this has the blocking line input() at the end since I run it after all my other scripts when I do submissions locally.

3 Likes