def has_sorted_training_set(self): try: pkgutil.get_data('numerai.data', 'r' + str(self.round_number) + '_numerai_sorted_training_data.csv') return True except IOError: return False