flcore/models/linear_models/server.py
line 65:
client_id should be a general variable not depending on the dataset used
"""Evaluate the current model on the held-out validation set."""
# Load held-out validation data
client_id = config['held_out_center_id']
# client_id = -1 # kaggle hf